Skip to main content
Glama

Lunium — Brazilian PIX and stablecoin payments

List assets and networks settling now

lunium_list_settlement_options
Read-onlyIdempotent

Public catalog with explicit direction and pagination. direction=deposit is crypto-to-PIX (GET /catalog); direction=delivery is PIX/custody-to-crypto (GET /cashin/catalog). Filter by asset/network. Follow next_offset until null; an omitted route on one page is not unsupported. Delivery routes report withdrawMin, withdrawFee, minBuyAmount and entregavel when provided by the API. Use live preview for BRL cost; never hard-code minima, fees or promise an asset is deliverable merely because it is listed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNo
limitNo
offsetNo
networkNo
directionNodeposit

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • addedInput schema / properties / asset
      Added value: +{
      +  "maxLength": 40,
      +  "type": "string"
      +}
    • addedInput schema / properties / direction
      Added value: +{
      +  "default": "deposit",
      +  "enum": [
      +    "deposit",
      +    "delivery"
      +  ]
      +}
    • addedInput schema / properties / limit
      Added value: +{
      +  "maximum": 100,
      +  "minimum": 1,
      +  "type": "integer"
      +}
    • removedInput schema / properties / network / description
      Removed value: -"Optional filter, e.g. 'polygon'. Omit to list everything settling now."
    • addedInput schema / properties / network / maxLength
      Added value: +60
    • addedInput schema / properties / offset
      Added value: +{
      +  "minimum": 0,
      +  "type": "integer"
      +}
  2. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Annotations already declare readOnly, openWorld, and idempotent hints, so the safety profile is covered. The description adds rich behavioral detail: pagination via next_offset, the caveat that omitted routes on a page are not necessarily unsupported, optional delivery fields, and a clear warning not to hard-code minima or assume deliverability. This goes well beyond the structured annotations.

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 dense but every sentence carries useful information. It front-loads the core purpose and direction mapping, then adds pagination and safety cautions. No redundancy; though slightly long, it is efficient given the complexity.

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 read-only listing tool with no output schema, the description covers the essential operational details: direction meanings, pagination mechanics, optional fields, and a critical caveat about hard-coding values. It could benefit from explicitly stating that offset/limit parameters control pagination, but overall it is complete enough for an agent to call the tool correctly.

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 description coverage is 0%, so the description must compensate. It explains direction values fully and mentions filtering by asset/network, but does not explain limit or offset beyond implying pagination. The offset semantics are only hinted via next_offset, and limit is never addressed. This is a partial compensation, not complete.

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 clearly states the tool lists a public catalog of settlement options, and distinguishes two directions (deposit vs delivery) with explicit endpoint mapping. It is not a tautology and stands apart from siblings like network health or payer limit checks.

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

Usage Guidelines3/5

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

It gives usage context by explaining the two direction values and their meanings, and advises on pagination and live preview. However, it does not explicitly compare against alternative tools or state when not to use it, leaving the agent to infer the selection criteria from the description alone.

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