Skip to main content
Update an existing task

Tool details

FieldValue
Nameasana__update_task
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "taskGid": {
      "type": "string",
      "description": "Asana task GID"
    },
    "data": {
      "type": "object",
      "description": "Asana task fields to update"
    }
  },
  "required": [
    "taskGid",
    "data"
  ],
  "description": "Input schema for the asana__update_task tool."
}

Output schema

This tool does not publish an output schema.