get_stats
Catalog-wide totals: listings, resources, accepts, merchants, 30-day call volume, network/source breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Catalog-wide totals: listings, resources, accepts, merchants, 30-day call volume, network/source breakdown.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states what data is returned but does not explicitly say whether the operation is read-only, whether any caching or rate limiting applies, or if any side effects occur. For a simple stats query, read-only is strongly implied, but the description does not state it, leaving a gap in transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that immediately states 'Catalog-wide totals' and then lists the exact metrics. Every word adds value, and there is no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no parameters and no output schema, the description adequately enumerates the expected return fields. It is clear that the result is a summary of multiple aggregates. It could be slightly more explicit about the return shape (e.g., 'returns an object with these fields'), but the list of metrics is sufficient for an agent to understand what data it will receive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the baseline is 4. The description does not need to explain parameter behavior, and there is nothing to add. The lack of parameters is consistent with a catalog-wide summary tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it provides catalog-wide totals and enumerates the specific metrics (listings, resources, accepts, merchants, 30-day call volume, network/source breakdown). This is a distinct purpose from sibling tools like get_agent or list_resources, which focus on individual entities or discovery, not aggregated statistics.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit guidance on when to use this tool versus alternatives. However, the name and description imply it is for high-level catalog statistics, distinct from the discovery and entity-specific tools. It would benefit from a note like 'Use this for overall catalog health or summary metrics, not for individual entity details,' but the absence of parameters and the clear scope make the intended usage reasonably inferable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.