Skip to main content
Glama

Revenue & Traffic Reporting

reporting
Read-onlyIdempotent

Revenue and traffic reporting for your account (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). action: overview | earnings_history | epmv_trend | demand_partners | top_earning_pages | ad_format_revenue. Optional start_date/end_date (YYYY-MM-DD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNoYour API token (sk_...). May instead be sent as an Authorization: Bearer header.
actionNoOne of: overview (default), earnings_history, epmv_trend, demand_partners, top_earning_pages, ad_format_revenue.
end_dateNoEnd date YYYY-MM-DD (optional).
start_dateNoStart date YYYY-MM-DD (optional; upstream default applies when omitted).

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds valuable behavioral context about accepted authentication methods (API token or Bearer web session) and clarifies that the agent should leverage an existing session. It doesn't describe return formatting, but the read-only, idempotent nature is well covered.

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 compact and front-loaded with the core purpose. The authentication caveat and action list are essential and are stated without redundancy. Every clause contributes necessary information for correct invocation.

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

Completeness4/5

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

The description covers the main invocation details: authentication, action selection, and optional date range. Since there is no output schema, it doesn't explain return values, but the action names are fairly self-explanatory. It is reasonably complete for a read-only reporting tool, though per-action output specifics are not detailed.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds semantic value by explaining that an approved Bearer web session is accepted as an alternative to an sk_ token and by reinforcing the YYYY-MM-DD format for dates. This goes slightly beyond the schema's parameter notes.

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 identifies the tool as 'Revenue and traffic reporting for your account' and enumerates specific action modes (overview, earnings_history, epmv_trend, etc.), making its purpose concrete. This distinguishes it from sibling tools like payments, account, or subscriptions, which cover different financial/account functions.

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?

It provides clear context: the tool is for revenue/traffic reporting and should be invoked with an action plus optional date range. It also gives explicit authentication guidance, including not asking for an sk_ token when a working web session exists. It does not explicitly discuss alternatives or exclusions among siblings, but the domain is clear enough.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a distinct purpose and clear descriptions. Names like 'reclaim' and 'recover' refer to different operations, and 'ad_settings' vs 'reporting' are easily separable. No overlapping functions are apparent.

Naming Consistency3/5

Tool names mix nouns (account, payments, video) and verbs (apply, ask, reclaim) and use inconsistent naming conventions (snake_case for compound names like ad_settings, but single words elsewhere). There is no uniform verb-noun pattern or prefix.

Tool Count5/5

14 tools is a reasonable and comprehensive set for a publisher/ad platform covering onboarding, account management, ads, reporting, payments, subscriptions, video, and recovery. It is neither sparse nor bloated.

Completeness5/5

The tool set covers the full lifecycle from application (apply, application_status) through integration (integration, checklist), account management (account, ad_settings), monetization (reporting, subscriptions, video), and recovery (reclaim, recover). No obvious gaps for the stated domain.

Resources