Skip to main content
Glama

Read my audience analytics

get_analytics
Read-onlyIdempotent

Audience analytics for the user's own listings — views today/7/30 days/total, unique visitors, profile and website clicks, leads, the 30-day funnel, top visitor locations and per-listing views. The same numbers as Dashboard → Audience analytics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listingNoOptional: one of the user's listings. Omit for all of them combined.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false and closed-world, so the safety profile is covered. The description adds real value by disclosing the payload contents (views by window, unique visitors, funnel, top locations) even though no output schema exists, giving the agent a behavioral sense of what it returns.

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

Conciseness4/5

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

One dense, front-loaded sentence plus a short Dashboard-equivalence note; the metric list is enumerated efficiently with no filler. Slightly list-heavy but every item earns its place.

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?

With no output schema, the enumeration of returned metrics carries the burden of describing results and does so thoroughly. It could go slightly further on data freshness/granularity, but for a read-only, single-optional-param tool it is essentially complete.

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?

Schema coverage is 100% and the single 'listing' parameter is fully documented there, including the 'omit for all combined' semantics. The description adds nothing about the parameter, so the baseline 3 for schema-driven semantics applies.

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 names a specific verb (read) plus a precise resource (audience analytics for the user's own listings) and enumerates the exact metrics returned. No sibling in the tool list produces audience-analytics data, so the agent can distinguish it without opening any schema.

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?

Usage is implied by 'the user's own listings' and the Dashboard mapping, which tells the agent this is a self-scoped reporting tool. However, there is no explicit when-to-use/when-not statement or routing to an alternative (e.g. compare_listings for cross-listing analysis).

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