Skip to main content
Glama

update_chore

Modify specific fields of a chore—such as title, deadline, or recurrence—while leaving all other fields unchanged.

Instructions

Patch mutable fields on a chore. Omitted fields stay untouched.

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 patch.

complete_by cannot be cleared on chores. Pass new value to shift the schedule. Updating recurrence rotates the chore's series ID so prior occurrences remain attached to the old definition.

v0.2 optional fields:

  • cadence_mode: "rolling" (default; the next occurrence is computed from the actual completion time) or "fixed" (the next occurrence is anchored to the original schedule, ignoring completion delay).

  • deadline_time_of_day: "HH:MM" time-of-day deadline within scheduled_date (user's TZ). Defaults to end-of-day.

  • subtask_template: a list of subtask shapes that materialize as child Tasks on each occurrence. Empty list (default) means no template.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chore_idYes
titleNo
descriptionNo
complete_byNo
recurrenceNo
labelsNo

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 covers multiple behavioral traits: chore_id accepts multiple reference forms, complete_by cannot be cleared, recurrence update rotates series ID, and v0.2 field behaviors. It lacks details on auth or rate limits but provides substantial 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 well-structured with paragraphs and bullet points, front-loading the main purpose. It is not overly verbose, though some sections could be slightly more concise. Every sentence adds value.

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 an output schema exists (not shown), the description covers parameter details and constraints well. It lacks mention of error handling or defaults but is quite complete for a patch tool with 6 parameters.

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 coverage is 0%, so the description carries full burden. It explains chore_id formats, constraints on complete_by and recurrence, and v0.2 optional fields (cadence_mode, deadline_time_of_day, subtask_template). It does not detail title, description, or labels, but these are intuitive.

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 'Patch mutable fields on a chore,' clearly stating the verb (patch) and resource (chore). It distinguishes from sibling tools like create_chore and delete_chore, making the purpose unambiguous.

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 explains that omitted fields stay untouched and provides specific field behaviors (e.g., complete_by cannot be cleared). It implies usage for updating chores, but does not explicitly state when not to use it or list alternatives. Still clear enough for most cases.

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