Skip to main content
Add a story/comment to an Asana task

Tool details

FieldValue
Nameasana__add_task_comment
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "taskGid": {
      "type": "string",
      "description": "Asana task GID"
    },
    "data": {
      "type": "object",
      "description": "Story payload, e.g. { text: 'Comment text' }"
    }
  },
  "required": [
    "taskGid",
    "data"
  ],
  "description": "Input schema for the asana__add_task_comment tool."
}

Output schema

This tool does not publish an output schema.