mcp-server-asana
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASANA_ACCESS_TOKEN | Yes | Your personal access token from the Asana developer console |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| asana_list_workspacesB | List all available workspaces in Asana |
| asana_search_projectsC | Search for projects in Asana using name pattern matching |
| asana_search_tasksC | Search tasks in a workspace with advanced filtering options |
| asana_get_taskC | Get detailed information about a specific task |
| asana_create_taskC | Create a new task in a project |
| asana_get_task_storiesC | Get comments and stories for a specific task |
| asana_update_taskC | Update an existing task's details |
| asana_get_projectB | Get detailed information about a specific project |
| asana_get_project_task_countsC | Get the number of tasks in a project |
| asana_get_project_sectionsC | Get sections in a project |
| asana_create_task_storyC | Create a comment or story on a task. Either text or html_text is required. |
| asana_add_task_dependenciesC | Set dependencies for a task |
| asana_add_task_dependentsC | Set dependents for a task (tasks that depend on this task) |
| asana_create_subtaskC | Create a new subtask for an existing task |
| asana_get_multiple_tasks_by_gidB | Get detailed information about multiple tasks by their GIDs (maximum 25 tasks) |
| asana_get_project_statusC | Get a project status update |
| asana_get_project_statusesC | Get all status updates for a project |
| asana_create_project_statusC | Create a new status update for a project |
| asana_delete_project_statusC | Delete a project status update |
| asana_set_parent_for_taskC | Set the parent of a task and position the subtask within the other subtasks of that parent |
| asana_get_tasks_for_tagC | Get tasks for a specific tag |
| asana_get_tags_for_workspaceC | Get tags in a workspace |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| task-summary | Get a summary and status update for a task based on its notes, custom fields and comments |
| task-completeness | Analyze if a task description contains all necessary details for completion |
| create-task | Create a new task with specified details |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/roychri/mcp-server-asana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server