All tools

Routines & missions · update_task

Update a task

Time, cadence, instruction, pause or resume.

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

Input

FieldTypeDescription
taskIdstringUUID de la tâche (préféré)
titlestringTitre de la tâche si taskId inconnu
updates *objectLes champs à changer (au moins un)

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":"update_task","input":{"taskId":"…","title":"…","updates":"…"}}'
$run({ "tool": "update_task", "input": {"taskId":"…","title":"…","updates":"…"} })