Skip to main content
Glama

meta-tool_stats

meta-tool_stats

Monitor real-time MCP tool call statistics including counts, error rates, and average durations, aggregated by tool and status.

Instructions

Real-time MCP tool call statistics from the current period. Shows call counts, error rates, and average durations aggregated by tool and status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results (default: 100)
statusNoFilter by status: ok, error, unknown_tool, auth_failure
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions the tool is 'real-time' and shows aggregated stats, but does not disclose whether it is read-only, has performance implications, or any side effects. The behavior is mostly inferred from the nature of a stats tool.

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?

Two sentences, no filler, front-loaded with the core purpose. Every sentence provides useful information.

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?

Given no output schema, the description specifies what the tool shows (call counts, error rates, avg durations), which is sufficient for an agent to understand the return structure. Could mention pagination or default limit behavior but schema covers that.

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?

Both parameters have schema descriptions (100% coverage), so the description adds marginal value. It reinforces that aggregation is by status but does not provide additional meaning beyond what the schema already conveys.

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 states the tool provides 'real-time MCP tool call statistics' with specific metrics (call counts, error rates, average durations) and aggregation dimensions (by tool and status). This is a specific verb+resource that distinguishes it from other meta- tools like meta-embeddings_stats.

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 indicates the statistics are from the 'current period' but does not specify the exact time window or when to use this tool versus alternative tools. No explicit when-not-to-use or alternative recommendations.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mstang/casemgr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server