Skip to main content
Glama

asana_list_portfolios

Read-onlyIdempotent

List portfolios owned by a user in a workspace. Use pagination controls to page through results, defaulting to your own portfolios.

Instructions

List portfolios owned by a user in the workspace. owner defaults to "me". Paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (max 100, default 100)
ownerNoOwner user GID or "me" (default "me")
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"].
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe read. The description adds the behavioral detail that results are 'Paginated' and that the default owner is 'me'—useful context not in annotations. However, it does not disclose any other behavioral nuances like rate limits, response shape, or how pagination tokens work. Given the annotation safety coverage, a score of 3 is appropriate.

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 exceptionally concise: one core action clause, one default-value note, and one pagination qualifier. No filler words, no redundant prose. The most important information ('list portfolios owned by a user') is front-loaded, making it trivially easy to parse. Every sentence contributes unique value.

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

Completeness4/5

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

Given the moderate complexity (five optional parameters, all documented in schema) and annotations that establish read-only/idempotent behavior, the description is almost complete. It explains the primary scoping and pagination. Without an output schema, a more explicit note about the return format (e.g., an array of portfolio objects) would elevate completeness, but for a straightforward list resource in a well-known domain, the current description suffices. Not a full 5 because the exact response structure is unaddressed.

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 schema description coverage is 100%, so all five parameters are already documented, including defaults (owner defaults to 'me', max_pages default 20, etc.). The description repeats the default owner but adds no new meaning beyond the schema. Since the schema fully carries the parameter semantics, a baseline score of 3 is justified.

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 starts with action 'List' followed by the resource 'portfolios' and limits scope to a user's ownership within a workspace. It clearly distinguishes this from sibling list tools (e.g., asana_list_projects, asana_list_tasks) by naming portfolios specifically. The title and description align, adding clarity.

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

Usage Guidelines2/5

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

The description tells what the tool does (list portfolios owned by a user in the workspace) but provides no explicit guidance on when to use this tool versus alternatives like asana_get_portfolio for a single portfolio or asana_create_portfolio for creation. It also omits prerequisites or context such as 'workspace' / 'owner' resolution. No exclusions or alternative conditions are given, so the agent is left to infer usage.

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