Skip to main content
Glama

recipes_playbooks_list

List concise remediation playbook records, optionally filtered by query or category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
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 does signal a read-only listing operation and characterizes the records as 'concise', hinting at summarized output. However, it does not clarify pagination, limit behavior, ordering, or that full playbook details likely require recipes_playbook_get. The behavior is minimal but not misleading.

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 a single front-loaded sentence with no filler words; the action and resource appear first. It loses a point because the brevity comes at the expense of semantic detail that is not covered anywhere else.

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?

Although the tool has low complexity and an output schema, it lacks annotations and parameter descriptions, and the description gives no guidance for sibling selection. An agent can call it without arguments, but cannot confidently construct correct query or category values or know when this listing is preferred over related playbook tools.

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 provides no parameter descriptions (0% coverage), so the description must explain query and category semantics. It only names them as filters, leaving unclear whether query is full-text, whether category is exact or partial, and what valid category values exist. The limit parameter is not mentioned at all.

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 ('List') and a specific resource ('concise remediation playbook records'), making the core operation clear. The plural 'playbooks_list' and mention of records imply a collection operation, which helps distinguish it from singular tools like recipes_playbook_get, though it does not explicitly name any sibling.

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?

There is no guidance on when to use this tool versus alternatives such as recipes_playbook_get, recipes_playbook_plan, or recipes_list. The phrase 'optionally filtered by query or category' describes available switches but not the conditions under which an agent should pick this tool over siblings.

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.