Skip to main content
Glama

list_tasks

Read-onlyIdempotent

List tasks from a project board using server-side filters. Get compact task summaries with pagination; supports filtering by title, column, assignee, sticker, and state.

Instructions

List tasks with server-side filters. Returns compact task summaries plus has_more (use get_task for the full object); limit is capped at 100. assigned_to accepts comma-separated user UUIDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
titleNo
offsetNo
column_idNo
sticker_idNo
assigned_toNo
sticker_state_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare read-only and idempotent behavior. Description adds that results are compact summaries with has_more indicator and that limit is capped at 100. However, pagination behavior (offset usage) and error scenarios are not described.

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?

Two sentences, front-loaded with action and filtering nature. No wasted words; structure is efficient.

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

Completeness2/5

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

Despite having output schema, the description fails to cover the semantics of most input parameters (5 of 7 undocumented). Pagination via offset and has_more is implied but not explained. Lacks details on ordering or other constraints.

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

Parameters2/5

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

With 0% schema coverage, description must clarify parameters. Only assigned_to (comma-separated UUIDs) and limit (capped at 100) are explained. The other five parameters (title, offset, column_id, sticker_id, sticker_state_id) are left undocumented, requiring inference.

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 clearly states it lists tasks with server-side filters and distinguishes itself from get_task by noting it returns compact summaries with has_more. Purpose is unambiguous and differentiates from sibling.

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?

Explicitly tells when to use get_task for full objects and notes limit cap of 100. Lacks guidance on when to use alternative list tools or pagination usage, but provides sufficient context for basic use.

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/ropuwz-dot/MCP-Yougile'

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