Skip to main content
Glama

Update commitment

update_commitment
Destructive

Update fields of an existing commitment — title, domain, due date, consequence, or description. Use when the user says "change the due date on...", "rename that commitment to...", "move X to next week", or otherwise edits something already tracked (not marking it done — use complete_commitment for that).

Routing: Only set the field(s) being changed — resolve the target via commitment_id or fuzzy title_search, same as complete_commitment

[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoNew title.
domainNoNew life domain: personal, family, home, w2, or company:<name>.
due_dateNoNew due date in YYYY-MM-DD format.
companyIdNoFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
consequenceNoNew consequence — what happens if this slips.
descriptionNoNew additional details or notes.
title_searchNoSearch by title if ID not known (fuzzy match against ACTIVE commitments).
commitment_idNoThe UUID of the commitment to update.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / title_search / description
      Previous value: -"Search by title if ID not known (fuzzy match)."New value: +"Search by title if ID not known (fuzzy match against ACTIVE commitments)."
  2. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the annotations, the description discloses the write-tier approval flow in detail: first use may require manager approval, from-now-on vs just-once approval behavior, and 'the card is the yes — do not re-ask in chat'. It also warns callers to set only changed fields, which is a meaningful behavioral constraint. Nothing here contradicts the destructiveHint=true annotation.

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 front-loaded with purpose and examples, followed by routing and approval behavior. All three paragraphs earn their place; there is no filler or repetition of schema descriptions.

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?

For an 8-parameter mutation tool with no required fields and no output schema, the description covers when to use it, what fields to include, how to find the target, and the approval interaction. The main behaviors needed to invoke correctly are present, and remaining details like companyId are well documented in the schema.

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 100%, so the baseline is 3, but the description adds value by explaining the partial-update semantics ('Only set the field(s) being changed') and by clarifying target resolution via commitment_id or fuzzy title_search. It does not need to repeat schema-level details like date format or domain values.

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 opens with a specific verb and resource: 'Update fields of an existing commitment' and enumerates the exact editable fields. It also distinguishes itself from complete_commitment ('not marking it done'), so an agent can disambiguate without inspecting sibling schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit trigger examples ('change the due date on...', 'rename that commitment to...', 'move X to next week') and an explicit exclusion ('not marking it done — use complete_commitment for that'). The routing note adds further guidance about setting only changed fields and resolving the target via commitment_id or title_search.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources