Skip to main content
Glama
by cristip73

asana_add_followers_for_project

Add users as followers to an Asana project to keep them informed about project updates and progress. Specify project ID and user GIDs to grant project access.

Instructions

Add followers to a project

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project ID to add followers to
followersYesArray of user GIDs to add as followers to the project
opt_fieldsNoComma-separated list of optional fields to include in the response

Input Schema (JSON Schema)

{ "properties": { "followers": { "description": "Array of user GIDs to add as followers to the project", "items": { "type": "string" }, "type": "array" }, "opt_fields": { "description": "Comma-separated list of optional fields to include in the response", "type": "string" }, "project_id": { "description": "The project ID to add followers to", "type": "string" } }, "required": [ "project_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