Skip to main content
Create a new task in a project

Tool details

FieldValue
Nameasana__create_task
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "description": "Asana task payload with name, projects, workspace, assignee, notes, due_on, etc."
    }
  },
  "required": [
    "data"
  ],
  "description": "Input schema for the asana__create_task tool."
}

Output schema

This tool does not publish an output schema.