Skip to main content
Glama

resolve_handoff

Idempotent

Claim, resolve, reopen, or cancel a scoped learning handoff, and optionally link a decision to a successful resolution.

Instructions

Claim, resolve, reopen, or cancel a scoped learning handoff; successful resolutions can link a decision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerNo
actionYesLifecycle action.
handoff_idYesHandoff identifier.
resolutionNo
decision_idNoOptional decision to link after a successful resolution.
database_nameNo
expected_versionYes
resolution_evidence_refsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already provide idempotentHint=true and destructiveHint=false, so the description only adds the note about linking a decision on resolution. It does not disclose side effects of claim/resolve/reopen/cancel, expected_version usage, or state transitions, but the annotation coverage lowers the burden. No contradiction with annotations.

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 a single sentence, front-loaded with the core verb and actions, and contains no filler. It efficiently conveys the tool's scope without repetition.

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?

Despite annotations and an output schema, the tool has 8 parameters and 4 distinct lifecycle actions, but the description only hints at the resolution-link feature. It lacks crucial context about when each action is appropriate, what expected_version is for, or what resolution/evidence_refs represent, making the description incomplete for a tool of this complexity.

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

Parameters2/5

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

Schema description coverage is only 38% (3 of 8 parameters described), and the description only adds meaning for decision_id via 'link a decision' and enumerates the action values. The other parameters (expected_version, resolution, owner, database_name, resolution_evidence_refs) remain semantically empty beyond their titles, and the description does not compensate.

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 a specific action ('Claim, resolve, reopen, or cancel') on a specific resource ('scoped learning handoff'), which unambiguously defines the tool's purpose. It also distinguishes it from sibling tools like create_handoff (creation) and get_handoff (viewing) by focusing on lifecycle management.

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 implies usage for handoff lifecycle management but does not explicitly state when to use this tool versus alternatives like get_handoff or create_handoff. It lists the supported actions, which gives some context, but lacks explicit scenario guidance or exclusions.

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/akaalholdings/azure-sql-mcp'

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