Skip to main content
Glama

update_chore

Update any field of an existing chore including name, schedule, assignees, priority, labels, and notifications by providing only the fields to change.

Instructions

Update any chore fields. Only provide fields you want to change.

Supports: name, description, schedule/frequency, assignees, priority, labels (add/remove/set by name), notifications, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name
pointsNoPoints for completion
chore_idYesChore ID to update
isActiveNoEnable/disable chore
priorityNoPriority: 0=unset, 1=lowest, 4=highest
frequencyNoFrequency multiplier
isPrivateNoHide from circle
isRollingNoRolling vs fixed schedule
descriptionNoNew description
nextDueDateNoNew due date (ISO 8601)
notificationNoEnable notifications
frequencyTypeNoFrequency: once, daily, weekly, days_of_the_week, monthly, yearly, etc.
assignStrategyNoAssignment rotation strategy
add_label_namesNoAdd labels by name (keeps existing)
requireApprovalNoRequire approval
set_label_namesNoReplace ALL labels with these (by name)
frequencyMetadataNoFrequency config (days, time, timezone)
assignee_usernamesNoReassign by username(s). First becomes primary assignee.
remove_label_namesNoRemove labels by name
notificationMetadataNoNotification settings
Behavior2/5

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

No annotations provided, and the description only states the mutation action without disclosing side effects, authorization needs, reversibility, or constraints like field dependencies. Minimal behavioral insight beyond the operation itself.

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?

Two concise sentences: first states purpose and partial update hint, second lists supported fields. No superfluous text, efficiently front-loaded.

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?

With 20 parameters, no output schema, and complex fields like label operations and frequency metadata, the description is too brief to guide the agent on expected behavior or return values. Incomplete for a tool of this complexity.

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 parameters are fully described in the schema. The description adds a summary of supported categories, which is helpful but doesn't add significant meaning beyond the schema. Baseline 3 is appropriate.

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?

Clearly states the tool updates any chore fields and only requires fields to change. Distinguishes itself from sibling tools like update_due_date and update_label as the general update tool for chores.

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?

Provides a useful partial update hint ('Only provide fields you want to change'), but does not explicitly guide when to use this tool vs. more specific sibling tools like update_due_date or update_label. Lacks when-not-to-use or alternative suggestions.

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/danielrosehill/donetick-mcp'

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