Skip to main content
Glama
duytnb26
by duytnb26

List projects

list_projects

List Asana projects within a specific workspace using offset pagination to manage large result sets.

Instructions

List Asana projects in a workspace with offset pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page, from 1 to 100.
offsetNoOffset returned by a previous list_projects call.
archivedNoReturn only archived or active projects.
opt_fieldsNoAdditional Asana project fields to return.
workspace_gidYesWorkspace or organization GID.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the transparency burden. It discloses workspace scoping and offset pagination, but omits default filtering behavior (e.g., archived projects), response shape, and potential rate limits. Adequate for a simple read-only listing tool, but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no filler. It states the action, resource, scope, and pagination in under 10 words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The schema fully documents all 5 parameters, but there is no output schema and no annotation safety cues. The description mentions pagination but not default archived filtering, cursor/response convention, or other behavior not captured by the schema. Functional but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and each parameter already has a clear description. The tool description adds no additional parameter semantics beyond what the schema provides, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description names a specific verb ('List'), a clear resource ('Asana projects'), and a scope ('in a workspace'), plus the pagination mechanism. This distinguishes it from sibling tools like list_tasks and search_tasks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when to use the tool (listing projects in a workspace), but it does not explicitly state when not to use it or mention alternatives such as search_tasks. No exclusions or preconditions are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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