Skip to main content
Glama

Lovie Company Formation

Mcp Draft Transfer

mcp_draft_transfer
Read-only

Seal a transfer to a registered recipient as a server-held draft and get back a summary plus a single-use draft_id. Moves no money. Requires an active trusted device. Any change to amount, recipient, or rail is a NEW draft.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memoNo
railNo
companyIdNo
amountCentsNo
recipientIdNo
serviceLevelNo
sourceAccountIdNo
destinationAccountIdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftIdNo
summaryNo
feeCentsNo
expiresAtNo
availableCentsNo
totalDebitCentsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior1/5

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

The annotation declares readOnlyHint=true, but the description says 'Seal a transfer' and 'get back a summary plus a single-use draft_id' – clearly a state-changing creation operation. This directly contradicts the readOnlyHint annotation, which typically signals no side effects. The description does add useful context like 'Moves no money' and 'Any change to amount, recipient, or rail is a NEW draft', but these do not resolve the contradiction.

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?

Two sentences, front-loaded with the core purpose. Every phrase adds value: the action, the output, the non-monetary nature, the device requirement, and the immutability rule. No fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description gives critical behavioral rules ('Moves no money', 'Any change is a NEW draft', 'Requires an active trusted device') and notes the output (summary + draft_id). However, it omits any guidance on what the registered recipient entails, whether parameters are optional, or how to interpret the many optional fields. With an output schema present, return format is covered, but the input context for 8 parameters is largely unexplained.

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 coverage is 0%, meaning the description provides no parameter-level guidance. With 8 parameters (amountCents, rail, recipientId, sourceAccountId, destinationAccountId, etc.), the description mentions 'amount, recipient, or rail' in a general sense but doesn't map them to specific parameters. The agent is left without any semantic explanation of required or optional fields.

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 uses a specific verb ('Seal a transfer') with a clear resource (a server-held draft) and states the outcome (get a summary and single-use draft_id). It differentiates from likely alternatives by noting 'Moves no money' and the condition of a registered recipient, making it distinct from commit_transfer and other transfer tools.

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 implies when to use this tool (to create a draft) by stating 'Seal a transfer as a server-held draft' and notes prerequisites (active trusted device, registered recipient). It doesn't explicitly name alternatives like commit_transfer, but its constraints clearly position it as the draft creation step rather than the final execution.

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.