Skip to main content
Glama
thefactremains

Just Claude Things

Update Things 3 Todo

things3_update_todo
Idempotent

Update a Things 3 todo by its ID, modifying only the fields you specify such as title, schedule, or completion status.

Instructions

Update an existing todo in Things 3 by ID.

Only provided fields are updated; omitted fields are left unchanged. Note: tags specified in addTags are added to existing tags, not replaced.

Args:

  • id: The unique ID of the todo to update (required)

  • title: New title

  • notes: New notes (replaces existing notes via URL scheme — append manually if needed)

  • when: Reschedule — "today", "evening", "tomorrow", "someday", or YYYY-MM-DD

  • deadline: New deadline in YYYY-MM-DD format

  • addTags: Tag names to add to the todo

  • completed: Set to true to mark complete, false to mark incomplete

Returns: { success, id, name }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe unique ID of the todo to update
whenNoReschedule: "today", "evening", "tomorrow", "someday", or YYYY-MM-DD
notesNoNew notes (replaces existing)
titleNoNew title
addTagsNoTag names to add to the todo
deadlineNoNew deadline in YYYY-MM-DD format
completedNoSet true to complete, false to uncomplete
Behavior4/5

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

Annotations indicate idempotentHint=true and destructiveHint=false, which the description supports by describing partial, non-destructive updates. The description adds useful behavioral details: notes replacement behavior, tag appending, and a note about URL scheme. No contradiction.

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?

The description is concise, well-structured with a clear purpose sentence followed by bullet-point arguments. No unnecessary words; every sentence adds value.

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

Completeness5/5

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

Given 7 parameters and no output schema, the description covers update semantics, partial update behavior, tag behavior, and return format ({ success, id, name }). It is complete for its complexity.

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?

All 7 parameters have schema descriptions (100% coverage), but the description adds extra meaning: for notes it warns about replacement, for addTags it clarifies appending behavior, and for completed it specifies boolean behavior.

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 'Update an existing todo in Things 3 by ID,' specifying the verb (update) and resource (todo). It distinguishes from siblings like things3_create_todo and things3_complete_todo by its focus on updating existing items.

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 only provided fields are updated and omitted fields are left unchanged, giving clear usage context. It also notes tag behavior. However, it does not explicitly compare to alternatives like things3_complete_todo, so it loses one point.

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/thefactremains/just-claude-things'

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