Skip to main content
Glama

Resolve claim

resolve_claim
Destructive

Archive claim outcomes with mandatory reasons. Accept or reject parked claims to resolve conflicts or set guardrails; close dealt-with items as resolved.

Instructions

Close a claim, recording WHY. Two uses. (1) A claim parked as needs_review by the reconciler: action 'accept' makes it win, superseding whatever it conflicted with, or 'reject' turns it into a guardrail so it is never re-proposed. (2) An open risk, question or next_action that has been dealt with: action 'close' moves it to resolved, or done for a next_action or milestone. The reason is mandatory — a claim that simply vanishes from the resume context teaches a future session nothing. Nothing is deleted; closing archives. Accepting a claim parked against a FROZEN one additionally requires unfreeze, because breaking a frozen invariant is the user's decision: ask them first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claimYesClaim id, or a unique substring of its title.
actionNoParked claims must say accept or reject; anything else defaults to close. accept applies only to a parked claim.
reasonYesWhy it is being closed. Required — this is the part a future session reads, and it is surfaced by the 'why' tool.
projectNoNamed project in the central store. Omit inside a repo that has .continuity/, where state is found by walking up from the working directory.
unfreezeNoOnly to accept a claim parked against a FROZEN one. Requires the user's explicit go-ahead; without it the call is refused rather than silently overriding the invariant.

Schema Changelog

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

  1. Changed5 schema fields changedv1.1.1
    • changedInput schema / properties / action / description
      Previous value: -"Parked claims must say accept or reject; live claims default to close."New value: +"Parked claims must say accept or reject; anything else defaults to close. accept applies only to a parked claim."
    • changedInput schema / properties / claim / description
      Previous value: -"Claim id, or a title substring."New value: +"Claim id, or a unique substring of its title."
    • changedInput schema / properties / project / description
      Previous value: -"Named project (central store). Omit inside a Claude Code repo."New value: +"Named project in the central store. Omit inside a repo that has .continuity/, where state is found by walking up from the working directory."
    • changedInput schema / properties / reason / description
      Previous value: -"Why it is being closed. Required — this is what a future session reads."New value: +"Why it is being closed. Required — this is the part a future session reads, and it is surfaced by the 'why' tool."
    • changedInput schema / properties / unfreeze / description
      Previous value: -"Only to accept a claim parked against a FROZEN one. Requires the user's explicit go-ahead."New value: +"Only to accept a claim parked against a FROZEN one. Requires the user's explicit go-ahead; without it the call is refused rather than silently overriding the invariant."
  2. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Even though annotations already mark destructiveHint=true and readOnlyHint=false, the description adds substantial behavioral detail: 'Nothing is deleted; closing archives,' accept 'superseding whatever it conflicted with,' reject turns the claim into a guardrail 'so it is never re-proposed,' and accepting against a FROZEN claim is 'refused rather than silently overriding.' This goes well beyond what the annotations convey and clarifies the exact nature of the destructive action.

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 dense but every sentence earns its place. It uses 'Two uses' as a clear structural marker, front-loads the core action, and then covers each call pattern, the mandatory reason, archival behavior, and the frozen-claim caveat without fluff. The length is justified by the tool's real complexity.

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 a tool with two call patterns, a three-value enum, and a frozen-claim edge case, the description is complete. It covers accept, reject, and close, explains the mandatory reason, states that nothing is deleted, and specifies when unfreeze is required. Since all parameter details are in the schema and there is no output schema, nothing an agent needs to invoke this correctly is missing.

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 description coverage is 100%, with all five parameters already documented, so the baseline is 3. The description reinforces that reason is mandatory and that unfreeze requires explicit user consent, but it does not add parameter-level meaning beyond what the input schema already provides. It correctly emphasizes the reason's purpose for future sessions, but that is contextual rather than new parameter semantics.

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: 'Close a claim, recording WHY.' It then enumerates two distinct uses — parked claims (accept/reject) and open risks/questions/actions (close) — which clearly separates it from siblings like record_rejection, record_open, and freeze_claim. This is far beyond a tautology and gives an agent a precise mental model.

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 gives explicit when-to-use guidance: parked needs_review claims take accept or reject, while dealt-with open items take close. It also adds an exclusion ('accept applies only to a parked claim') and a frozen-claim precondition requiring the user's go-ahead. However, it never names sibling tools as alternatives, so an agent must infer when record_decision or record_rejection would be more appropriate.

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/vikcena01/ai-continuity-plugin'

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