Skip to main content
Glama

tasks_list

Read-onlyIdempotent

List project tasks, sorted newest first, with optional status filter. By default excludes plan-step tasks; use plan slug to list a plan's steps. Load a single task by its globally-unique ID.

Instructions

List a project's tasks, optionally filtered by status, newest first. By default plan-step tasks are excluded; pass plan= to list that plan's steps instead. Pass id= to load a single task by its globally-unique id (a direct lookup that ignores project/status/plan and needs no session scope).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoload exactly one task by its globally-unique id; when set, project/status/plan are ignored and the response's tasks array holds just that task
planNooptional plan slug: list that plan's step tasks instead of the default (non-plan) tasks
statusNooptional status filter
projectNoproject slug; defaults to the bound session's project
Behavior5/5

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

Discloses ordering ('newest first'), default exclusion of plan-step tasks, and the special behavior of id lookup (ignores project/status/plan, no session scope). Annotations already declare readOnlyHint, idempotentHint, destructiveHint; description adds valuable behavioral nuance without contradiction.

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?

Three sentences with no wasted words. Each sentence conveys a distinct mode of operation. Main purpose is front-loaded. Efficient and clear.

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?

Covers all three invocation patterns and ordering, but doesn't mention result format, pagination, or limits. Given no output schema and moderate complexity, it is nearly complete; a minor gap keeps it from a 5.

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 coverage is 100% with parameter descriptions. The description adds context beyond the schema: for id, explains it performs a direct lookup; for plan, explains it lists step tasks; and implies the default behavior when plan is absent. The ordering information is not tied to a parameter but adds value.

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 a project's tasks with optional filters, including plan-step tasks and single-task lookup by id. Verb 'list' plus resource 'tasks' plus specific behaviors (newest first, exclusion of plan-steps) distinguish it from sibling tools like tasks_add or tasks_update.

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?

Explicitly tells when to use default (non-plan tasks), when to pass plan (to list plan steps), and when to pass id (to load a single task ignoring project/status/plan). Also implies 'when not' by noting that id lookup ignores other parameters. Provides clear alternatives within the same tool's interface.

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/0spoon/seamless'

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