Skip to main content
Glama
by cristip73

asana_add_task_to_section

Add tasks to specific sections within Asana projects to organize work and maintain project structure.

Instructions

Add a task to a specific section in a project

Input Schema

NameRequiredDescriptionDefault
section_idYesThe section ID to add the task to
task_idYesThe task ID to add to the section
opt_fieldsNoComma-separated list of optional fields to include

Input Schema (JSON Schema)

{ "properties": { "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "section_id": { "description": "The section ID to add the task to", "type": "string" }, "task_id": { "description": "The task ID to add to the section", "type": "string" } }, "required": [ "section_id", "task_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristip73/mcp-server-asana'

If you have feedback or need assistance with the MCP directory API, please join our Discord server