Skip to main content
Glama

agent-verified-relay

service_stats

Call counts, error counts, and accrued fees for one service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It implies a read-only operation by enumerating output metrics, but it does not explicitly state it is read-only, nor does it disclose any side effects, authorization requirements, or error behaviors. The behavior is implied rather than explicitly disclosed.

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 a single concise noun phrase, with no filler or redundant information. It is front-loaded with the key output metrics and scope, making it highly efficient.

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

Completeness3/5

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

The description is adequate for a simple one-parameter read-only tool, and an output schema exists to define return values. However, without annotations, it leaves gaps around when to use the tool, prerequisites, and behavioral details. It is not incomplete enough to be confusing, but it lacks context that would make it fully self-sufficient.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. The phrase 'for one service' hints that service_id is the identifier for the service whose stats are returned, but it does not explain the parameter's format, valid values, or any additional context. This is minimal compensation for the lack of schema documentation.

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

Purpose4/5

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

The description specifies the exact data returned (call counts, error counts, accrued fees) and scopes it to 'one service', which clearly distinguishes it from siblings like list_services or get_receipt. However, it lacks an explicit verb such as 'gets' or 'returns', so it is a noun phrase rather than a full action statement.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives. It does not mention prerequisites (e.g., service must exist) or contrast with sibling tools like list_services. The phrase 'for one service' implies it requires a service_id, but there is no explicit usage context.

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.