Skip to main content
Glama

Delimit Playbook

delimit_playbook
Destructive

Save reusable prompt templates as named commands, run them with variable substitution, and list or delete saved playbooks.

Instructions

Manage reusable prompt templates — save / run / list / delete.

When to use: to save your best prompts as named commands and run them later with variable substitution. Shared across AI assistants. When NOT to use: to manage project config (use delimit_project_config) or memories (delimit_memory_store).

Sibling contrast: delimit_memory_store records info; this stores executable prompt templates with {{variable}} substitution.

Side effects: action="save" / "delete" mutate ~/.delimit/playbooks/. action="run" calls the configured model with substituted prompt. action="list" is read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoPlaybook name. Required for save/run/delete.
tagsNoComma-separated tags for organization.
actionNo"save", "run", "list" (default), or "delete".list
promptNoTemplate with {{variable}} placeholders (save only).
variablesNoFor run, "key=value,..."; for save, "name1,name2,...".
model_hintNoSuggested model (e.g. "claude-opus").
descriptionNoShort description.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed6 schema fields changedv4.7.9
    • changedInput schema / properties / action / description
      Previous value: -"\"save\", \"run\", \"list\", or \"delete\"."New value: +"\"save\", \"run\", \"list\" (default), or \"delete\"."
    • changedInput schema / properties / description / description
      Previous value: -"Short description of what this playbook does."New value: +"Short description."
    • changedInput schema / properties / model_hint / description
      Previous value: -"Suggested model (e.g. \"claude-opus\" for complex tasks)."New value: +"Suggested model (e.g. \"claude-opus\")."
    • changedInput schema / properties / name / description
      Previous value: -"Playbook name (required for save/run/delete)."New value: +"Playbook name. Required for save/run/delete."
    • changedInput schema / properties / prompt / description
      Previous value: -"Prompt template with {{variable}} placeholders (save only)."New value: +"Template with {{variable}} placeholders (save only)."
    • changedInput schema / properties / variables / description
      Previous value: -"For run: comma-separated key=value pairs. For save: comma-separated variable names."New value: +"For run, \"key=value,...\"; for save, \"name1,name2,...\"."
  2. Addedv4.5.5

TDQS

A4.8/5.0
Behavior5/5

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

Even though annotations already declare readOnlyHint=false and destructiveHint=true, the description adds precise side effects: save/delete mutate the specific path ~/.delimit/playbooks/, run calls the configured model (a non-obvious external effect with cost implications), and list is explicitly read-only. This contextualizes the annotation flags rather than merely restating them.

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?

Well-structured with the core purpose front-loaded, then compact labeled sections for routing and side effects. Every sentence earns its place; the minor overlap between 'When NOT to use' and 'Sibling contrast' is acceptable since one handles routing and the other conceptual differentiation.

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?

For a 7-parameter, 4-action tool, the description covers purpose, routing, substitution mechanics, and per-action side effects, and the output schema handles return values. The only gap is that action-to-required-parameter mapping isn't spelled out in prose, but the schema documents this fully at 100% coverage, so the gap is minor.

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?

Schema coverage is 100%, so the per-parameter baseline is 3. The description elevates this by explaining cross-parameter semantics the schema can't: how {{variable}} placeholders flow from save (template creation) to run (substitution), and how each action maps to side effects. Per-parameter detail is fully in the schema, so the description appropriately focuses on the interaction between parameters.

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 opening line 'Manage reusable prompt templates — save / run / list / delete' names a specific resource (prompt templates) and enumerates its four operations. The sibling contrast explicitly differentiates it from delimit_memory_store ('records info') and delimit_project_config, making it cleanly distinguishable from related tools without opening any schema.

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

Usage Guidelines5/5

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

Contains explicit 'When to use' and 'When NOT to use' sections that name exact alternative tools (delimit_project_config for config, delimit_memory_store for memories) and the conditions that route to each. The sibling contrast adds a further conceptual distinction, leaving nothing to inference.

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/delimit-ai/delimit-mcp-server'

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