Skip to main content
Glama

get-runbook-statistics

Retrieve execution statistics for a runbook by its ID to analyze performance, success rates, and failures.

Instructions

Get execution statistics for a runbook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runbook_idYes
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure, but it only states the operation. It does not mention read-only semantics, the nature of the statistics (e.g., counts, averages), potential costs, or any other behavior beyond the literal action.

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, clearly structured sentence that front-loads the action and object. It contains no filler or redundancy, and every word contributes meaning, though it is somewhat minimal.

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

Completeness2/5

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

Given the lack of annotations, output schema, and parameter details, the description leaves significant gaps. It does not explain what constitutes 'statistics', whether these differ from executions, or how to use the returned data, making it incomplete for an agent to confidently invoke.

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?

The input schema includes one parameter, runbook_id, with 0% schema description coverage. The description does not mention this parameter, nor does it add any context about its format, source, or how to obtain it, failing to compensate for the low schema coverage.

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 uses a specific verb ('get') and identifies the resource ('execution statistics') and scope ('for a runbook'), clearly indicating what the tool does. However, it does not explicitly differentiate from siblings like get-runbook-executions, which might also return execution data, though 'statistics' implies aggregated metrics.

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 provided on when to use this tool versus alternatives such as get-runbook-executions or get-runbook-execution. There are no examples, exclusions, or conditions for use, leaving the agent to infer the appropriate context.

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/ibm-client-engineering/concert-operate-mcp'

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