Skip to main content
Glama

mark_next_chore_done

Marks the earliest unresolved occurrence of a chore with a status (done, in_progress, dropped). Accepts any chore reference and resolves automatically.

Instructions

Apply status to the earliest unresolved occurrence of a chore.

chore_id accepts any reference form — UUID, sequence shorthand (#123, personal-org only), canonical ref (acme-123), or app URL — and is resolved to a UUID before marking the occurrence.

Useful for the common "I just did the dishes" case where the user doesn't want to look up which date is overdue. 404 if no unresolved occurrence exists.

status is the action to apply: one of "in_progress", "done", or "dropped" (alias: "skipped" for legacy callers).

Note: Done resolves on the server to either DoneOnTime or DoneLate based on the occurrence's complete_by.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chore_idYes
statusNodone

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It explains ID resolution, status values including alias, and the behavior of 'Done' resolving to DoneOnTime/DoneLate. It also mentions the 404 error case. Some side effects (e.g., updating any other data) are not mentioned but likely minimal.

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 concise with several sentences, each adding value. It is front-loaded with the core action. No wasted words.

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 tool's complexity (2 parameters, one required, output schema exists), the description covers behavior, parameter details, and an error case. It does not describe the output format, but the presence of an output schema lessens that need.

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 has 0% coverage, so description compensates fully. It explains chore_id accepts multiple reference forms and resolves to UUID, and enumerates valid status values including aliases. This adds meaning beyond the raw schema types.

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 it applies a status to the earliest unresolved occurrence of a chore, using specific verbs and distinguishing from siblings like set_chore_occurrence_status that require a specific occurrence.

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?

Explicitly mentions it's useful for the common case of not wanting to look up which date is overdue, and notes a 404 if no unresolved occurrence exists. However, it does not explicitly mention when not to use or directly name alternative tools like set_chore_occurrence_status.

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/Circuit-Stitch/defernowork-mcp'

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