Skip to main content
Glama

work_acknowledge_recovery

Accept responsibility for a recovered work state to unlock subsequent actions.

Instructions

Accept responsibility for recovered work state so acting is allowed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYes
projectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.62

TDQS

C2.9/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It does reveal a meaningful consequence: calling the tool makes later acting permissible. Yet it omits details such as whether the acknowledgment is irreversible, idempotent, or dependent on prior state, and what happens if the token is invalid.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single efficient sentence with no filler words. It loses one point because the phrasing is somewhat jargon-heavy and passive, using terms like 'recovered work state' and 'acting is allowed' without unpacking them.

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?

In a large group of state, resume, and recovery tools, this description leaves important context uncovered: how the token maps to recovery, whether project is needed, and the expected call flow. The presence of an output schema reduces the need to describe return values, but the path to a correct invocation is still underspecified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not compensate by explaining token or project. The required token is left as a bare name with no indication of what it represents, how to obtain it, or how it relates to the recovered work state.

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 uses a concrete verb phrase ('Accept responsibility') and identifies a specific resource ('recovered work state') with a clear outcome ('so acting is allowed'). It conveys the tool's role without being a tautology, though it does not explicitly contrast this with sibling tools like work_resume or work_claim.

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 phrase 'so acting is allowed' implies this should be called after a recovery and before subsequent actions, giving some usage context. However, it never states when not to use it or which sibling tools handle claiming, resuming, or state transitions, so usage guidance is mainly implicit.

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

Deploy Server

Other Tools