Skip to main content
Glama

things_update_item

DestructiveIdempotent

Edit a Things 3 to-do or project's title, notes, deadline, or status—open, completed, canceled—while leaving unspecified fields unchanged. Use a null deadline to clear the date.

Instructions

Edit supported fields, or complete/cancel/reopen a to-do or project. Use the latest revision and a unique UUID requestId. Omitted fields stay unchanged; deadline null clears it. No deletion or arbitrary property editing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
changesYes
requestIdYes
expectedRevisionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.83.0

TDQS

A3.9/5.0
Behavior4/5

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

With annotations already marking this as destructive and idempotent, the description adds meaningful behavioral context: partial updates semantics ('Omitted fields stay unchanged'), the special null-clear behavior for deadlines, and the explicit limitation that deletion and arbitrary property editing are not supported. This is consistent with the annotations rather than contradicting them.

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?

Three concise sentences, front-loaded with the core purpose. Each sentence adds necessary information: what the tool does, how updates behave, and what it explicitly avoids. No wasted words or restatement of schema properties.

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?

For a tool with rich annotations and an output schema, the description covers the important behavioral nuances: revision tracking, requestId uniqueness, partial updates, null clearing, and the no-deletion boundary. The main gap is the incomplete statement of target kinds (area and tag are present in the schema but omitted from the description), plus no explicit mention of behavior on a stale revision, though this is not critical for basic invocation.

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 description coverage is 0%, so the description must compensate. It explains the conceptual roles of requestId and expectedReversion ('unique UUID requestId', 'latest revision'), clarifies the changes object semantics ('Omitted fields stay unchanged; deadline null clears it'), and sets safety boundaries around target. It does not enumerate field names or value formats, but the schema provides those details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as an update operation ('Edit supported fields, or complete/cancel/reopen a to-do or project') and distinguishes it from deletion tools by stating 'No deletion or arbitrary property editing.' However, it under-specifies the supported target kinds: the schema allows todo, project, area, and tag, while the description names only to-do or project for status changes, leaving area/tag update support ambiguous.

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?

The description provides operational guidance ('Use the latest revision and a unique UUID requestId', 'Omitted fields stay unchanged') and a boundary ('No deletion or arbitrary property editing'), but it does not explicitly name alternatives like things_trash_item or things_move_item for other operations. Usage timing is mostly implied by the purpose rather than stated as a clear when-to-use vs alternatives rule.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/mathiswrong/Things-MCP'

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