Skip to main content
Glama

Read account performance

accounts_performance
Read-onlyIdempotent

How each connected account is performing: followers, posts, total likes and following, each with how far it has moved over the period. Ordered by followers, largest first. Numbers are as of the last sweep rather than live — every account carries the time it was measured, and an account nobody has measured yet has no metrics at all rather than zeroes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoThe window every change is measured over. Defaults to 24h. A change is the difference against the last observation before the window opened, so it is null when there was none.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, it discloses that numbers are from the last sweep rather than live, that each account carries its measurement time, and that unmeasured accounts show no metrics rather than zeroes. It also reveals output ordering, all of which materially affects how an agent interprets results.

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?

Three short sentences front-load the core output and then add necessary ordering and freshness caveats. There is no filler or repetition of annotation/schema content.

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?

With an output schema present, the description need not enumerate return fields; it covers the critical context around staleness, missing-data semantics, and ordering. A simple one-parameter tool with strong annotations and schema leaves no meaningful gap.

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

Parameters3/5

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

The only parameter, period, has a 100%-coverage schema description explaining the window, default, and null-change semantics. The tool description merely echoes 'over the period,' so the schema carries the meaning; baseline 3 is appropriate.

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 states exactly what the tool reports: per-account followers, posts, total likes, following, and period-over-period movement, with ordering by followers. The title supplies the verb ('Read') and the account-scoped resource distinguishes it from posts_performance and accounts_list.

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

Usage Guidelines3/5

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

The description makes its use case clear—reading account performance over 24h/7d—but never states when to prefer it over siblings such as accounts_list or posts_performance, nor does it offer exclusions. The context is reasonably inferable, so it earns an implied-usage score rather than 2.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources