Skip to main content
Glama
jerfowler

Agent Communication MCP Server

by jerfowler

sync_todo_checkboxes

Sync todo status updates to corresponding checkboxes in PLAN.md by matching titles and setting statuses to pending, in progress, or completed.

Instructions

Sync TodoWrite updates to PLAN.md checkboxes - TodoWrite integration for automatic checkbox updates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentYesAgent name for which to sync todo updates
todoUpdatesYesArray of todo update objects with title and status
taskIdNoOptional specific task ID to target. If not provided, uses the most recent task for the agent.
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as side effects, required permissions, rate limits, or what happens to existing checkboxes. With no annotation support, the description carries the full burden but adds minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, but the repetition of 'TodoWrite integration for automatic checkbox updates' adds little value. It is front-loaded and efficient but could be tightened.

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?

Given the moderate complexity (array of objects, required fields) and no output schema, the description does not explain return values, error handling, or sync behavior. This leaves significant gaps for an agent to use the tool correctly.

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?

Input schema has 100% description coverage for all three parameters. The description does not add extra meaning beyond what the schema already provides, meeting the baseline of 3.

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 the tool syncs TodoWrite updates to PLAN.md checkboxes, using specific verbs and resources. It distinguishes from siblings like mark_complete or check_tasks which are more general task operations.

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?

Description implies usage for automatic checkbox updates but does not explicitly state when to use this tool versus alternatives. No when-not-to or exclusions are provided.

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/jerfowler/agent-comm-mcp-server'

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