Skip to main content
Glama

skill_playbook_list

Read-onlyIdempotent

List all multi-step procedures (playbooks) for a given book skill to guide execution.

Instructions

List playbooks (multi-step procedures) for a book skill. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
book_idYesSkill id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already provide readOnlyHint and idempotentHint. The description adds the term 'multi-step procedures' to clarify playbooks, but beyond that, it offers no additional behavioral detail (e.g., pagination, ordering, effects of listing). Since annotations cover the safety profile, a score of 3 is appropriate.

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, clear sentence with all essential information front-loaded. No wasted words.

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 the tool's simplicity (1 param, output schema exists, annotations present), the description is reasonably complete. It explains the resource type and read-only nature. However, it could mention what the output contains (e.g., list of playbook names) to be fully self-contained.

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 coverage is 100% with parameter 'book_id' described as 'Skill id.' The description does not add further meaning (e.g., format, source). With high schema coverage, the baseline is 3.

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 verb 'List', the resource 'playbooks (multi-step procedures)', and the context 'for a book skill'. It also declares 'Read-only', distinguishing it from sibling tools like skill_playbook_start and skill_playbook_next that perform actions.

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 implies usage for listing playbooks in a read-only manner, and the context signals 1 required parameter (book_id) indicate a specific skill context. However, it does not explicitly compare with alternatives like skill_search or library_list, though siblings suggest different purposes.

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/kazimrmerchant/book-guide-mcp'

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