MCP

get_analyticsread only

Get live analytics

Returns current account metrics and recent content across connected platforms for a profile.

Category
Analytics
Calls
GET/v1/analytics
Safe to auto-approve
Yes. It only reads data.

Parameters

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

Example

A tool call as an MCP client would send it.

{
  "name": "get_analytics",
  "arguments": {}
}