Skip to main content
Glama
smallest-inc

Smallest MCP Server

Official
by smallest-inc

configure_playbooks

Configure agent-wide Playbook settings: fallback playbook, mid-call rerouting, shared persona/global rules, and weak/strong auth tools. Edits are drafts until published.

Instructions

Configure the section-level Playbooks settings of a multi_agents agent: the intent router (fallback playbook, mid-call rerouting), the conversation guide (persona/tone/global rules injected into EVERY playbook — define them once here, not per-SOP), and the shared identity tools that satisfy weak/strong auth. Edits land on a draft (auto-created when draft_id omitted); publish_draft to go live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesThe multi_agents agent ID
branch_idNoBranch whose draft to edit (from list_branches). Omit to use the live branch; if the agent has multiple branches you'll be asked to pick one. Edits stack on the branch's single draft — publish_draft to go live.
weak_auth_toolsNoREPLACES the shared weak-auth (caller recognition) tools, e.g. identify_by_phone. Required (non-empty) if any playbook uses auth_level weak or strong.
strong_auth_toolsNoREPLACES the shared strong-auth (full identity proof) tools, e.g. verify_dob. Required (non-empty) if any playbook uses auth_level strong.
conversation_guideNoPersona + style + global rules injected into every specialist prompt (e.g. 'You are Aria, a warm female support agent; mirror the caller's language; be concise.')
fallback_playbook_idNoPlaybook the router uses when no intent matches. Must be an enabled playbook id.
allow_mid_call_rerouteNoLet the router switch playbooks mid-call when the caller's intent changes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that edits land on a draft and that publish_draft is required to go live. It also mentions that weak_auth_tools and strong_auth_tools replace shared tools. However, it does not describe what happens if optional parameters are omitted (e.g., whether existing settings remain unchanged), nor does it disclose any destructive actions or side effects.

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 paragraph that is front-loaded with the main purpose and then lists components. It is clear and every sentence adds value, though it could be slightly more structured with bullet points. No wasted words.

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?

Given the complexity (7 parameters, no output schema), the description explains the purpose of each parameter group and the draft mechanism. However, it does not describe the return value or response upon success, nor does it mention prerequisites like the agent existing. It is adequate but not fully complete.

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 each parameter has a description. The tool description adds meaning by grouping parameters into three areas (intent router, conversation guide, identity tools) and explaining their role. It also clarifies that weak_auth_tools 'REPLACES' shared tools, a detail not in the schema. This adds value beyond the schema.

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 'Configure' and the resource 'section-level Playbooks settings of a multi_agents agent'. It explicitly lists the three areas: intent router, conversation guide, and shared identity tools. It distinguishes from siblings by noting that the conversation guide is defined once here, not per-SOP, which is a key differentiator from tools like add_playbooks or update_playbook.

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 provides clear context for when to use this tool: to configure playbooks settings for an agent, specifically the intent router, conversation guide, and auth tools. It mentions that edits land on a draft and that publish_draft is needed to go live. However, it lacks explicit statements about when not to use this tool or direct comparisons with alternatives like add_playbooks, though the context is sufficient.

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/smallest-inc/mcp-server'

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