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
| Field | Type | Description |
|---|---|---|
| missionId | string | |
| status | proposed | active | paused | completed | archived | |
| steps | array | |
| addSteps | array | |
| kpis | array | delta = résultat du run à ajouter ; value = valeur absolue |
| addBlockers | array | |
| resolveBlockers | array | Libellés ou clés des blocages levés |
| linkTaskIds | array | Ids des tâches planifiées (schedule_task) qui servent la mission |
| context | object | |
| note | string | Compte rendu court (journal de la mission) |
| nextReviewAt | string | Prochain 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":[]} })