Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASANA_ACCESS_TOKENYesAsana personal access token. Must have attachments:read and data-access scopes for your projects.
ASANA_INLINE_IMAGE_MAX_BYTESNoOptional cap for inline image bytes. Default is 2097152, maximum 5242880.2097152

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsA

List up to limit projects whose name contains text.

search_tasksA

Search tasks across up to 25 selected projects.

get_taskA

Fetch one task's detail fields and normalized attachments.

list_task_commentsB

List up to limit comment stories for one task.

search_commentsC

Search comments across selected projects.

get_attachmentB

Fetch one attachment, optionally rendering its image inline.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a clearly distinct resource and action: projects, tasks, task comments, project-scoped comments, and attachments. The two comment tools are separated by scope (single task vs. selected projects), so an agent should be able to select the correct one.

Naming Consistency5/5

All tool names use lowercase snake_case with an action-plus-noun pattern like list_projects, search_tasks, get_task, and get_attachment. The naming is consistent and predictable.

Tool Count5/5

Six tools is a well-scoped size for a focused read/search integration. Each tool has a distinct purpose and none feel redundant or extraneous.

Completeness4/5

For the apparent read-only/local-search purpose, the major Asana resources are covered: projects, tasks, comments, and attachments, with reasonable retrieval chains. The main limitation is the lack of any create/update/delete tools, which would be a gap if full Asana lifecycle management were expected.

Maintenance

ActivityMaintained
ResponsivenessNo issues