Skip to main content
Glama

asana_my_tasks

Read-onlyIdempotent

List the authenticated user's personal My Tasks from Asana. Use this to view your own task list, with pagination support to fetch large sets of assigned tasks.

Instructions

List the TOKEN OWNER's My Tasks (user task list). NOTE: a personal PAT can only read its OWN My Tasks — passing another user returns 403. For other users use asana_search_tasks or asana_list_tasks with assignee=, or asana_user_queue. Paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userNoUser GID (default "me" = token owner).
limitNoPage size (max 100, default 100)
max_pagesNoMax pages to follow (default 20 = 2000 items)
workspaceNoWorkspace GID (default: configured/auto-detected workspace)
opt_fieldsNoOverride the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"].
completed_sinceNoOnly tasks since (ISO 8601 or "now" for only-incomplete)
Install Server

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, but the description adds crucial behavioral context: the token-owner restriction, the 403 failure mode, and pagination behavior. This goes beyond what annotations provide and helps the agent predict outcomes accurately.

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 dense with essential information in a compact form: the purpose, the critical limitation, the alternative tools, and the pagination behavior. Every sentence contributes meaning with no redundancy or filler.

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

Completeness5/5

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

For a read-only list tool, the description covers the necessary context: what it lists, who can call it, failure mode, pagination, and alternatives. All parameters are well-documented in the schema, and no output schema is needed for a list endpoint. Nothing critical is missing.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds value by clarifying the semantics of the 'user' parameter ('default me = token owner') and warning that passing another user fails with 403, which is not evident from the schema alone.

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 the TOKEN OWNER's My Tasks', identifying the specific resource and its scope. It also distinguishes this from other task-listing tools by emphasizing the personal PAT limitation, so an agent can tell it apart from asana_search_tasks or asana_list_tasks.

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

Usage Guidelines5/5

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

It explicitly says when to use this tool (only for token owner's My Tasks) and exactly when not to, providing alternatives: 'For other users use asana_search_tasks or asana_list_tasks with assignee=<gid>'. It also warns about the 403 error, leaving no ambiguity.

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

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

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