Skip to main content
Glama
duytnb26
by duytnb26

List tasks

list_tasks

List Asana project tasks in priority order to track work, filter by completion status, and paginate results.

Instructions

List tasks in an Asana project in project priority order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page, from 1 to 100.
offsetNoOffset returned by a previous list_tasks call.
opt_fieldsNoAdditional Asana task fields to return.
project_gidYesProject GID.
completed_sinceNoReturn incomplete tasks and tasks completed since this ISO timestamp; use 'now' for incomplete tasks only.
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses ordering ('project priority order') and scope ('in an Asana project'), but it omits key behavioral traits such as pagination via limit/offset, the default inclusion of completed tasks, and the response shape. These gaps are significant for a tool with no annotation safety hints.

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, well-structured sentence that front-loads the action and resource. Every word adds value, with no redundant or filler content.

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?

Given 5 parameters, no output schema, and no annotations, the description covers the core purpose but does not mention pagination, filtering via completed_since, or the default behavior for completed tasks. The schema compensates for parameter details, but the overall description could be more complete for an agent to understand the full behavior.

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?

The input schema provides descriptions for all 5 parameters (100% coverage), so the baseline is 3. The tool description adds no additional parameter semantics beyond what the schema already documents.

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?

The description clearly states the action ('List tasks'), the resource ('in an Asana project'), and a specific behavior ('in project priority order'). This distinguishes it from sibling tools like list_projects, list_sections, 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 Guidelines4/5

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

The description provides clear context that this tool is for listing tasks within a specific project, which implies its primary use. However, it does not explicitly mention when to use alternatives such as search_tasks for filtered searches or get_task for a single task, leaving some ambiguity regarding exclusions.

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