Skip to main content
Glama

set_chore_occurrence_status

Update the status of a chore occurrence for a specific date, with options for in progress, done, or dropped.

Instructions

Set the status of a single chore occurrence.

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 the status change.

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

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
dateYes
statusYes

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 and discloses key behaviors: the chore_id resolution (UUID, sequence shorthand, canonical ref, URL), status aliases, and the server-side resolution of 'Done' to DoneOnTime or DoneLate. It does not mention authorization requirements or side effects like notifications, but it covers the core mutation behavior adequately.

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 front-loaded with the main purpose, followed by structured details for each parameter. While slightly verbose with the note and formatting, every sentence provides necessary information without waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and an existing output schema (not shown), the description does not explain return values or potential errors. It also omits preconditions like requiring an existing chore occurrence. For a mutation tool, additional context on side effects or idempotency would improve completeness, but the core behavior is clear enough.

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?

The input schema has 0% description coverage, so the description must compensate. It does so thoroughly: explains chore_id accepts multiple reference forms, status is one of three values with legacy alias, and date is YYYY-MM-DD format. Every parameter is fully documented.

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 starts with a clear verb+resource: 'Set the status of a single chore occurrence.' It distinguishes from sibling tools like 'mark_next_chore_done' (which marks the next due occurrence) and 'reschedule_chore_occurrence' (which changes the date).

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 lists valid status values and notes the alias for 'dropped', guiding correct usage. It explains that 'Done' resolves server-side based on 'complete_by'. It does not explicitly say when not to use this tool vs alternatives, but the context from sibling tools provides implicit guidance.

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