All tools

Routines & missions · mission_update

Update a mission

Progress, indicators, blockers, log.

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

Input

FieldTypeDescription
missionIdstring
statusproposed | active | paused | completed | archived
stepsarray
addStepsarray
kpisarraydelta = résultat du run à ajouter ; value = valeur absolue
addBlockersarray
resolveBlockersarrayLibellés ou clés des blocages levés
linkTaskIdsarrayIds des tâches planifiées (schedule_task) qui servent la mission
contextobject
notestringCompte rendu court (journal de la mission)
nextReviewAtstringProchain point : "in 7 days", ISO 8601

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":"mission_update","input":{"missionId":"…","status":"proposed","steps":[],"addSteps":[]}}'
$run({ "tool": "mission_update", "input": {"missionId":"…","status":"proposed","steps":[],"addSteps":[]} })