Skip to main content
Glama

list_planning

Lists pending planning-stage tasks that need a spec, prioritizing resubmitted replans from stalled builds so they are addressed first.

Instructions

The tasks the planning stage owns: never specced, or sent back by a build (replan). Resubmitted records come FIRST — a replan is a build already stalled, waiting on a spec.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchNoBranch to scope to (optional; the backend decides its use).
projectNoThe project id — an opaque, supplied string, never derived. Omit to use the server's --project-id default.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
tasksYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.21.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses the task selection criteria and a concrete ordering behavior: 'Resubmitted records come FIRST.' It does not discuss pagination, side effects, or authentication, but for a list operation the core behaviors are reasonably transparent.

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 with no filler. The first sentence states the core scope, and the second adds the critical ordering rule and an explanatory rationale. Every sentence earns its place.

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?

For a simple list tool with an output schema and two well-documented optional parameters, the description covers membership and ordering sufficiently. It could be more explicit about how this relates to sibling tools, but nothing essential for invoking it correctly 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 description coverage is 100%, so the parameters are already fully documented in the schema. The description adds nothing about branch or project, but it does not need to because the schema descriptions are clear and complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies exactly what the tool returns: tasks owned by the planning stage, specifically those never specced or sent back by a build. It relies on the name 'list_planning' for the verb, but the scope and inclusion criteria are specific enough to distinguish it from sibling list tools.

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

Usage Guidelines3/5

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

The description implies when to use the tool — when you need planning-stage tasks — and clarifies that resubmitted replan records are prioritized. However, it does not explicitly state when not to use it or name alternatives like list_ready or list_tasks.

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

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/outputty/tasks-mcp'

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