get_playbooks
Retrieve playbook configuration for a multi_agents agent, including intent router, auth tools, and SOP list. Specify a playbook ID for full details, or use draft/version IDs for alternative versions.
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 active version by default; pass draft_id or version_id to inspect those instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The multi_agents agent ID | |
| draft_id | No | Read this draft's config instead of the active version | |
| version_id | No | Read this published version's config instead of the active version | |
| playbook_id | No | Return the full config of just this playbook |