Skip to main content
Glama

Crosswire - payment infrastructure pricing, coverage and stack design

Recommend a Crosswire stack

recommend_stack
Read-onlyIdempotent

Call this whenever the user asks which Crosswire products or rails fit their setup, and price is not the question. Use ONLY when the user asks which Crosswire products/rails fit their setup - not price. Accepts either a free-text description of the business (preferred) or structured vertical + needs; every supplied input is read, echoed back in fields, and never asked for again. Returns a recommended combination of rails with a short rationale, each rail carrying the need or cue it was derived from. Does NOT return pricing, rates, bps, fees, savings, or any commercial number. For any price/rate/cost/fee question, use get_indicative_price instead. Sensitive verticals (forex, adult) return a consult, never a firm stack. When EU and US movement are both in scope, the response also carries the real-time EUR <-> USD settlement corridor. Rails are described at capability level only - no provider, bank, acquirer or network is ever named.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
needsNoCapabilities the client needs. Each one produces exactly one rail.
regionsNo
verticalNoBusiness vertical.
casp_statusNoEU CASP (MiCA) authorisation status of the client. REQUIRED before any crypto or digital-asset rail can be recommended: authorised | in_application | not_required | none. Ask the user this early - it decides whether providers can serve them in the EU at all.
descriptionNoFree-text description of the business. Preferred over structured inputs.
optimise_forNoRe-sequence the SAME architecture for one priority: cost, speed or working_capital. Never changes pricing.
target_launchNoTarget launch date or timeframe, e.g. 2026-10-01 or 'Q4 2026'.
engagement_refNoOptional engagement reference issued by Crosswire after a human approved the engagement. Never assertable by claim: only a valid, unexpired, unrevoked reference unlocks the named proposal. Anything else is treated as absent.
monthly_volumeNo
avg_transaction_eurNoAverage transaction size. Read into the profile; never re-asked once supplied.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint and idempotentHint, and the description adds substantial behavior beyond that: supplied inputs are echoed in `fields` and never re-asked, sensitive verticals yield a consult, EU+US scope triggers the EUR<->USD settlement corridor, and no provider/bank/acquirer is ever named. It also states clearly what is NOT returned (pricing, rates, bps, fees, savings).

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

Conciseness3/5

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

The front-loaded rule is good, but the opening two sentences restate the same condition ('which Crosswire products or rails fit their setup') three times, which is pure redundancy. The rest of the content earns its place, but the definition would be tighter without the 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 10-parameter tool with no output schema, the description covers the return shape (rails plus rationale plus source need), consult fallbacks, and the corridor addition. It is nearly complete, though the roles of `regions`, `target_launch`, and `monthly_volume` in shaping the recommendation are left implicit.

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

Parameters4/5

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

Schema coverage is 80%, so baseline is already 3, and the description adds genuine meaning on top: `description` is preferred over structured inputs, `optimise_for` re-sequences the same architecture without touching pricing, and `engagement_ref` is only honored when valid/unexpired/unrevoked. It does not explain `regions`, `target_launch`, or `monthly_volume` semantics, keeping it short of a 5.

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?

States a specific verb and resource ('Recommend a Crosswire stack') and immediately scopes it against its closest sibling by naming `get_indicative_price` as the wrong tool for pricing questions. An agent can distinguish this from `design_stack` or `compare_stack_scenarios` on the basis of the recommendation-vs-pricing axis.

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

Usage Guidelines5/5

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

Gives an explicit rule for both directions: use when the user asks which products/rails fit their setup, and use `get_indicative_price` instead for any price/rate/cost/fee question. It also carves out sensitive verticals (forex, adult) that return a consult rather than a firm stack, which is real routing guidance.

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.

Resources