All tools

Routines & missions · list_missions

List missions

The agent's missions: plan, indicators, routines.

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

Input

FieldTypeDescription
missionIdstring
statusarray
includeEventsbooleanJoindre les 10 derniers événements (défaut true)

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_missions","input":{"missionId":"…","status":[],"includeEvents":true}}'
$run({ "tool": "list_missions", "input": {"missionId":"…","status":[],"includeEvents":true} })