Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update an existing task
| Field | Value |
|---|---|
| Name | asana__update_task |
| Group | Integrations |
{
"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."
}