Skip to main content
Glama
by cristip73

asana_add_followers_to_task

Add specific users as followers to an Asana task to keep them informed about task progress and updates.

Instructions

Add followers to a task

Input Schema

NameRequiredDescriptionDefault
task_idYesThe task ID to add followers to
followersYesArray of user IDs to add as followers to the task

Input Schema (JSON Schema)

{ "properties": { "followers": { "description": "Array of user IDs to add as followers to the task", "items": { "type": "string" }, "type": "array" }, "task_id": { "description": "The task ID to add followers to", "type": "string" } }, "required": [ "task_id", "followers" ], "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