Routines & missions · list_playbooks
List playbooks
Playbooks available in the workspace.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| agent_type | string | Filter by agent type. Defaults to current agent type. |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"list_playbooks","input":{"agent_type":"…"}}'$
run({ "tool": "list_playbooks", "input": {"agent_type":"…"} })