Skip to main content
Glama

List playbooks

list_playbooks
Read-onlyIdempotent

List Playbooks for the company (growth_tactics — the Plays rail). How-to rides as description (alias of custom_instructions) — same name create_playbook / update_playbook write. Use when asking what playbooks exist, or before run_playbook / update_playbook. Filter by category or status.

Routing: What Playbooks exist → use this

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of playbooks to return (default: 10)
statusNoFilter by status
categoryNoFilter by category
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds a domain detail about how-to rides existing as a description/custom_instructions alias, but it is cryptic and does not explain output shape, ordering, or pagination. It contributes some context beyond annotations, but not richly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first sentence is clear and front-loaded, but the description becomes disjointed with phrases like 'How-to rides as description (alias of custom_instructions) — same name create_playbook / update_playbook write.' The final 'Routing:' line is redundant with the earlier 'Use when...' sentence. The content could be tightened to two or three clean sentences.

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?

For a straightforward list tool, the essential use case, filters, and company scoping are covered, and annotations confirm safety. However, there is no output schema and the description does not mention what the returned list contains, ordering, or pagination behavior. The cryptic middle sentence also hurts overall completeness.

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?

Schema description coverage is 100%, and each parameter is already documented in the input schema. The description only says 'Filter by category or status,' which repeats the schema's enum descriptions without adding further meaning. This is the baseline case where the schema carries the weight.

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 opens with a clear verb and resource: 'List Playbooks for the company (growth_tactics — the Plays rail).' It also provides a routing statement that reinforces the purpose. However, the second sentence, 'How-to rides as description (alias of custom_instructions) — same name create_playbook / update_playbook write,' is confusing and does not sharpen the tool's purpose.

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

Usage Guidelines4/5

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

The description explicitly says 'Use when asking what playbooks exist, or before run_playbook / update_playbook.' This gives clear when-to-use guidance and names relevant sibling tools. It does not provide an explicit when-not-to-use note, such as directing a single-playbook lookup to get_playbook, so it falls just short of a 5.

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.

Resources