Skip to main content
Glama

standup

List tasks

task_list
Read-onlyIdempotent

List tasks as a table of id, project, column, title, priority, due, estimate, actual and tags, sorted by due date, with the total estimate. Done tasks are left out unless include_done. 200 rows default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoOnly tasks carrying this tag
limitNoRows to print; default 200
columnNoOnly this column, e.g. 'doing'
overdueNoOnly tasks past their due date
projectNoOnly this project
due_beforeNoOnly tasks due on or before this day (YYYY-MM-DD, 'today', 'Friday', '+7d')
include_doneNoInclude finished tasks; default false

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds substantial operational behavior: output column layout, due-date sort order, total estimate, done-task filtering, and the 200-row default. This goes well beyond the structured annotations.

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 dense sentences with no filler. The most decision-relevant information is front-loaded: output shape, sort order, done-task behavior, and default row count.

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 with fully documented parameters and safety annotations, the description covers the output contract, filtering default, sorting, and row limit. No critical behavior an agent needs to invoke or interpret the result is missing.

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 coverage is 100%, so the baseline applies. The description mentions include_done and the 200-row default, but those duplicate the schema descriptions; it does not add new parameter-level meaning beyond the schema.

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?

States a clear verb and resource: 'List tasks as a table of...' with exact columns, sort order, and exclusion of done tasks. This level of specificity lets an agent distinguish it from siblings like task_search or overdue without needing to inspect them.

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?

No guidance about when to use this tool versus alternatives such as task_search, overdue, or board. The description explains what the tool does but gives no exclusions or conditions that would route an agent to a sibling tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.