Skip to main content
Glama
billy12151
by billy12151

todo_write

Replace the entire session task list with a new set of entries. Each entry requires content and status (pending, in_progress, completed) and may include priority. Only one task can be marked in_progress.

Instructions

Maintain the task list for this session.

Send the FULL list on every call — it replaces prior state (same semantics as Claude Code's TodoWrite). Each entry is {content, status, priority?} where status is one of pending / in_progress / completed and priority is high / medium / low. At most ONE entry may be in_progress at a time.

Args: todos: Complete replacement list. Empty list clears the todos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
todosYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses destructive behavior (replaces prior state), constraints (one in_progress), and clearing via empty list. No contradictions, but lacks details on error handling or authorization.

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 concise and well-structured, with front-loaded purpose and clear formatting for details. Every sentence adds value without redundancy.

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 simplicity of the tool (one parameter, output schema exists), the description covers behavior, constraints, and usage. It could mention error cases or confirmation behaviors, but overall it's thorough enough for an agent to use correctly.

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

Parameters5/5

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

Schema coverage is 0%, but the description fully compensates by defining the structure of each todo entry, including fields, enums for status and priority, and the effect of an empty list. This provides critical 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?

The description clearly states the tool maintains the task list for the session and explains the semantics of replacing the full list on every call. It distinguishes itself from siblings which are plan mode tools.

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?

It explicitly says to send the FULL list on every call and that it replaces prior state. It also notes the constraint of at most one entry being in_progress. It does not explicitly mention when not to use or alternatives, but the context is clear enough.

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/billy12151/plan-mode-mcp'

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