Skip to main content
Glama

Quote transfer

cims_quote
Read-only

Run a transfer price and policy check without moving funds. Confirm sender, recipient, AML, and attestation requirements before you send.

Instructions

Price and policy-check a transfer (name check, AML, attestation requirement). Does not move funds. Prefer delayed mode for first-time or large payments. Show the quote to the user before calling cims_send.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
assetNoUSDC
amountYesDecimal amount as a string, e.g. "250.00"
toQueryYesRecipient: CIMS ID or directory name
fromQueryYesSender: CIMS ID or directory name

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4.4/5.0
Behavior5/5

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

Even with readOnlyHint true, the description adds substantial behavioral detail: the specific policy checks performed, the explicit 'Does not move funds,' mode-selection advice, and the required user-facing step before sending. None of this contradicts the annotation.

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?

Four short, front-loaded sentences, each carrying distinct information: what it does, what it does not do, mode guidance, and next-step sequencing. No filler or repetition.

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

Completeness4/5

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

For a quote tool with no output schema, the description conveys that the result is a displayable quote and policy result and tells the agent to show it before cims_send. It would be more complete if it described the shape or statuses of the returned quote/policy check.

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?

The schema already documents fromQuery, toQuery, and amount, and constrains mode/asset via enums; the description adds meaningful guidance for mode ('Prefer delayed mode for first-time or large payments'). It does not explain asset selection or otherwise compensate for the remaining undocumented 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: 'Price and policy-check a transfer,' and enumerates the checks involved (name check, AML, attestation requirement). It also explicitly contrasts with cims_send by saying it does not move funds, so an agent can tell quote from execution.

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?

It gives clear usage context: prefer delayed mode for first-time or large payments and show the quote before cims_send. It does not spell out when to prefer cims_validate_id or cims_attest instead, but the main workflow alternative is named.

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/rootsfi-AI/rootsfi-cims-MCP'

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