get_playbooks
Retrieve an agent's playbook configuration: intent router, shared auth tools, and SOP list. Pass playbook_id for one playbook's full details, or branch_id to read a specific branch's draft.
Instructions
Read a multi_agents agent's Playbooks config: the intent router (fallback + mid-call rerouting), shared auth tools, and the SOP list (id, intent, auth level, tool count). Pass playbook_id for one playbook's full detail (prompt, tools, intent description). Reads the branch's open draft when it has one, else its head; pass branch_id to target a specific branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The multi_agents agent ID | |
| branch_id | No | Branch 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. | |
| playbook_id | No | Return the full config of just this playbook |