All tools

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

FieldTypeDescription
agent_typestringFilter 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":"…"} })