All tools

Routines & missions · run_playbook

Run a playbook

Run an internal procedure (playbook).

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
name_or_slug *stringPlaybook name or slug (e.g. "onboarding-new-employee" or "Onboarding nouvel employé")
variablesobjectVariable values to fill in the playbook (e.g. { employee_name: "Marie", start_date: "2026-06-01" })

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":"run_playbook","input":{"name_or_slug":"…","variables":"…"}}'
$run({ "tool": "run_playbook", "input": {"name_or_slug":"…","variables":"…"} })