Skip to main content
Glama
shauryasa0

sprout-mcp

by shauryasa0

get_profile_metrics

Retrieve daily profile analytics for specified profiles within a date range. Supports custom metrics, pagination, and up to 100 profiles.

Instructions

Pull profile-level analytics for a date range (daily granularity).

Args: profile_ids: customer_profile_id values from list_profiles. Max 100. start_date: inclusive start, YYYY-MM-DD. end_date: exclusive end, YYYY-MM-DD. Range must be <= 1 year. metrics: metric keys to request, e.g. ["impressions", "lifetime_snapshot.followers_count", "net_follower_growth"]. Keys are network-specific -- call list_metrics to see valid ones. Omit to let Sprout return its defaults. page: 1-based page to start from. all_pages: follow pagination and concatenate the data arrays. max_pages: cap on pages fetched when all_pages is true.

Returns the API response verbatim: each record has dimensions (reporting_period.by(day), customer_profile_id) and metrics.

Note: rates such as engagement rate are NOT returned by Sprout -- they are derived. Compute them downstream from the raw counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
metricsNo
end_dateYes
all_pagesNo
max_pagesNo
start_dateYes
profile_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full behavioral burden. It discloses return format (verbatim API response with dimensions and metrics), pagination behavior (all_pages, max_pages), that rates are not returned (must be derived), and network-specific metrics. This is comprehensive and transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: a one-line summary followed by bullet points for each parameter, a return description, and a note. Every sentence adds value, and it is front-loaded with the purpose. It is concise yet comprehensive.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the parameters are fully explained, an output schema exists (so return values need not be detailed), and the description includes a key note about derived rates, the description is complete for an agent to invoke this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description explains all 7 parameters in detail: types, constraints, examples, defaults, and relationships to other tools (list_profiles, list_metrics). This adds significant value beyond the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Pull profile-level analytics for a date range (daily granularity).' It identifies the verb and resource, and the sibling tools are distinct (e.g., list_profiles, get_post_performance), so there is no ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides strong usage context, including how to obtain profile_ids from list_profiles, how to find valid metric keys via list_metrics, and constraints like max 100 IDs and date range <=1 year. It does not explicitly state when NOT to use this tool (e.g., for individual post performance, use get_post_performance), but the context of sibling tools and the detailed parameter guidance make it clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shauryasa0/Sprout-Social-API---MCP-Connection'

If you have feedback or need assistance with the MCP directory API, please join our Discord server