Skip to main content
Glama
duytnb26
by duytnb26

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASANA_TIMEOUT_MSNoRequest timeout in milliseconds; defaults to 10000.10000
ASANA_ACCESS_TOKENYesYour Asana personal access token. Required.
ASANA_MAX_PAGE_SIZENoMaximum page size exposed by list/search tools; defaults to 100 and must be between 1 and 100.100

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsA

List Asana projects in a workspace with offset pagination.

list_sectionsA

List sections in an Asana project with offset pagination.

add_commentA

Add a plain-text comment to an Asana task. This operation writes to Asana.

list_tasksA

List tasks in an Asana project in project priority order.

get_taskA

Get details for one Asana task.

create_taskC

Create an Asana task. This operation writes to Asana.

update_taskC

Update fields on an Asana task. This operation writes to Asana.

search_tasksB

Search tasks in an Asana workspace. Search indexing is eventually consistent and may lag writes by 10-60 seconds.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

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

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