You're viewing a demo portfolio

Join the waitlist
PRSM

asana_create_task

Active

Tool of Asana

declared in 0.1.0

Create a new task in a project. Returns task ID, name, and permalink. Requires project ID and task name.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "name": "Design landing page"
    },
    {
      "name": "Review Q4 budget",
      "notes": "Include cost analysis",
      "due_on": "2024-12-31",
      "assignee": "user@example.com",
      "projects": "1234567890123456,9876543210987654"
    }
  ],
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Task name"
    },
    "notes": {
      "type": "string",
      "description": "Task description / notes"
    },
    "due_on": {
      "type": "string",
      "description": "Due date in YYYY-MM-DD format"
    },
    "assignee": {
      "type": "string",
      "description": "Assignee GID or email address"
    },
    "projects": {
      "type": "string",
      "description": "Comma-separated project GIDs to add the task to"
    },
    "workspace": {
      "type": "string",
      "description": "Workspace GID (auto-resolved if omitted)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Asana

https://github.com/pipeworx-io/mcp-asana

1/7 registries
View full server →
asana_create_task — Asana — PRSM MCP