Skip to main content
Glama

Lovie Company Formation

Unpair Transfer

accounting_unpair_transfer
Idempotent

Undo a confirmation: the mirror returns and both halves are re-derived.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdYesUUID value wrapper.
journalEntryIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare idempotentHint=true and destructiveHint=false, so the description does not need to restate those. It does add that the operation reverses a confirmation and 're-derives both halves', which signals a state transition rather than a read. Still, it does not explain what happens to existing mirror entries or what 're-derived' means operationally.

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 short sentence with the core action ('Undo a confirmation') front-loaded. It contains no filler or repetition. The second clause is terse to the point of being obscure, but it does not waste the agent's attention.

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?

An output schema exists and annotations cover idempotency and destructiveness, easing some burden. However, the description omits the precondition (a prior confirmed pairing), the concrete effect on the journal entry, and any pointer to the closely related confirm/suggest transfer siblings. An agent would still need significant domain knowledge to predict the result of calling this tool.

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 coverage is 100%, and both companyId and journalEntryId have descriptions, though the descriptions only say 'UUID value wrapper.' The tool description adds no parameter-level meaning beyond the schema and the parameter names, so the high-coverage baseline of 3 applies.

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 states a specific action ('undo a confirmation') and the resource (a transfer pairing), and the title 'Unpair Transfer' reinforces this. It is implicitly contrasted with the sibling accounting_confirm_transfer_pair, so an agent can distinguish them. However, 'the mirror returns and both halves are re-derived' is metaphorical and leaves the exact scope of the undo ambiguous.

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

Usage Guidelines2/5

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

No guidance is given about when to call this tool versus alternatives. It does not mention that it should be used after accounting_confirm_transfer_pair or describe the precondition that a pair has already been confirmed. The word 'undo' implies it is the inverse operation, but with many accounting siblings, an agent gets no explicit decision support.

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.