Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
READ_ONLY_MODENoSet to 'true' to disable all write operations
ASANA_ACCESS_TOKENYesYour Asana access token

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
asana_list_workspacesB

List all available workspaces in Asana

asana_get_users_in_workspaceC

Get users in a workspace or organization

asana_get_users_in_teamB

Get users in a team

asana_get_userB

Get a user by their GID

asana_get_multiple_usersD

Get multiple users

asana_search_projectsA

Search for projects in Asana using name pattern matching

asana_search_tasksB

Search tasks in a workspace with advanced filtering options

asana_get_taskB

Get detailed information about a specific task

asana_create_taskB

Create a new task in a project

asana_get_task_storiesB

Get comments and stories for a specific task

asana_update_taskC

Update an existing task's details

asana_get_projectC

Get detailed information about a specific project

asana_get_project_task_countsB

Get the number of tasks in a project

asana_get_project_sectionsB

Get sections in a project

asana_create_task_storyA

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_dependentsB

Set dependents for a task (tasks that depend on this task)

asana_create_subtaskB

Create a new subtask for an existing task

asana_get_multiple_tasks_by_gidA

Get detailed information about multiple tasks by their GIDs (maximum 25 tasks)

asana_get_project_statusC

Get a project status update

asana_get_project_statusesB

Get all status updates for a project

asana_create_project_statusB

Create a new status update for a project

asana_delete_project_statusA

Delete a project status update

asana_set_parent_for_taskA

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_workspaceA

Get tags in a workspace

Prompts

Interactive templates invoked by user choice

NameDescription
task-summaryGet a summary and status update for a task based on its notes, custom fields and comments
task-completenessAnalyze if a task description contains all necessary details for completion
create-taskCreate a new task with specified details

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/katxuyu/asana-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server