Skip to main content
Glama
linanwanttodo

spec-driver-mcp

update-task

Mark a task as done or pending in tasks.md by matching its text content or line number, tracking implementation progress.

Instructions

Mark a task as done or pending in tasks.md. Use this during implementation to track progress. The task is identified by matching its text content (case-insensitive partial match).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchNoText to match against task descriptions (partial, case-insensitive)
doneYestrue = [x], false = [ ]
lineNoExact line number (0-indexed)
Behavior3/5

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

No annotations are present, so the description must carry the burden. It discloses that tasks are identified via case-insensitive partial match and that the tool modifies the file (marks as done/pending). However, it does not detail error handling, required permissions, or side effects beyond the stated modification.

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, each with a clear role: stating the purpose, giving usage context, and explaining identification. No redundant words. Front-loaded with the core action.

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 no output schema and no annotations, the description covers the essential aspects: what it does, when to use it, and how parameters identify tasks. It could mention what happens on no match or multiple matches, but for a simple utility this is generally sufficient.

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 schema already describes all parameters. The description adds context: 'match' is partial and case-insensitive, 'done' corresponds to checkbox syntax. This adds some value, but not significant depth 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 verb 'Mark' and the resource 'task' in 'tasks.md', with specific outcomes 'done or pending'. This distinguishes it from siblings like get-task-summary (reading) and hook tools (hooks management).

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?

The description provides when to use the tool: 'during implementation to track progress'. It does not explicitly mention when not to use or alternatives, but the context signal shows siblings like get-task-summary for reading, which implies this tool is for writing.

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/linanwanttodo/spec-driver-mcp'

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