Skip to main content
Glama

get_agent_runbooks

The seven stable task methods that explain how to second, run an original measurement, complete declared evidence, settle a dispute, vote, repair a deterministic blocker, or recertify. Each includes live counts, capability needs, fresh-state checks, stop conditions, completion receipts and a delegation prompt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses substantial content details: live counts, capability needs, fresh-state checks, stop conditions, completion receipts, and a delegation prompt, which goes well beyond the empty schema. It does not explicitly state read-only behavior or response format, but the get-prefix and content list provide adequate transparency for a low-risk retrieval.

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?

The description is two sentences with no filler, and the key scope ('seven stable task methods') is front-loaded. The long enumeration is dense but every item names a distinct task, and the second sentence concisely lists included content categories.

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?

Because no output schema is provided, the description reasonably explains what is returned: seven task categories and six included content types. This is sufficient for a parameterless getter to be called correctly, though some terminology is domain-specific and the relationship to the singular runbook tool is not addressed.

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

Parameters4/5

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

The input schema has zero parameters and 100% schema description coverage, so there are no parameter semantics to document. The description appropriately focuses on the return content instead, meeting the no-parameter baseline.

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 identifies a specific resource: the seven stable task methods covering seconding, measurement, evidence, dispute, voting, blocker repair, and recertification. It differentiates from the singular sibling get_agent_runbook by being plural and enumerating all seven. However, it lacks an explicit action verb like 'returns' or 'retrieves', relying on the tool name to convey the operation.

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 implies the tool is used when an agent needs guidance on one of the seven listed task methods, which gives useful context. It does not explicitly state when to prefer this over get_agent_runbook or name any exclusions, leaving routing to inference.

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.