mcp-server-asana

asana_get_project_sections

Get sections in a project

Input Schema

NameRequiredDescriptionDefault
opt_fieldsNoComma-separated list of optional fields to include
project_idYesThe project ID to get sections for

Input Schema (JSON Schema)

{ "properties": { "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "project_id": { "description": "The project ID to get sections for", "type": "string" } }, "required": [ "project_id" ], "type": "object" }