Skip to main content
Glama
by cristip73

asana_get_task_stories

Retrieve comments and activity history for any Asana task to track progress, review discussions, and understand task evolution.

Instructions

Get comments and stories for a specific task

Input Schema

NameRequiredDescriptionDefault
task_idYesThe task ID to get stories for
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" }, "task_id": { "description": "The task ID to get stories for", "type": "string" } }, "required": [ "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