Skip to main content
Glama

Lunium — Brazilian PIX and stablecoin payments

Run a synthetic sandbox test

lunium_start_sandbox_demo
Idempotent

Creates a test-only key and runs the selected complete synthetic journey: cashin (PIX to BTC), custody (PIX credit then USDC withdrawal on Base), payout (PIX credit then PIX withdrawal), or cashout (10 USDT to PIX, default). No real funds, wallet, PIX key or credentials needed. Use one random UUID as request_id and reuse it on retries. Poll lunium_get_sandbox_demo after 3 seconds, for up to 60 seconds. Do not ask for production secrets in chat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flowNocashout
lead_tokenNoOptional opaque contact-link token, only if the user consented to follow-up. Never an API key.
request_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / flow
      Added value: +{
      +  "default": "cashout",
      +  "enum": [
      +    "custody",
      +    "cashin",
      +    "cashout",
      +    "payout"
      +  ]
      +}
  2. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=false, so the bar for added context is lower. The description adds genuinely useful behavior beyond annotations: no production secrets or credentials required, request_id must be reused on retries, and the expected polling window. No contradiction with annotations exists.

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?

Three dense sentences with no filler: main action and flow variants first, then idempotency and polling instructions, then safety guidance. Every sentence earns its place and the most important operational details are front-loaded.

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

Completeness5/5

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

Given there is no output schema, the description correctly tells the agent what to do after invocation: poll lunium_get_sandbox_demo after 3 seconds for up to 60 seconds. It also covers idempotency, the default flow, and the absence of real credential requirements, so an agent has everything needed to call and follow up correctly.

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 only 33%, but the description compensates well for two of the three parameters: it explains each flow enum value (cashin, custody, payout, cashout) and clarifies that request_id should be a random UUID reused on retries. lead_token still relies on its schema description, but that one is already clear in the schema. Overall, this is meaningful semantic enrichment beyond the schema.

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 ('Creates a test-only key and runs'), a concrete resource ('complete synthetic journey'), and enumerates the four available flow variants with their exact meanings. This clearly separates it from siblings like lunium_create_sandbox_key (key only) and lunium_get_sandbox_demo (polling the result).

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 makes clear this is for synthetic, test-only scenarios where no real funds or credentials are needed, and gives an explicit polling workflow: call lunium_get_sandbox_demo after 3 seconds for up to 60 seconds. It does not explicitly name alternatives or say 'use this instead of X', but the test-only framing and workflow are sufficient 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