Skip to main content
Glama
IndigoProtocol

IndigoProtocol/indigo-mcp

Official

create_stableswap_order

Submit a stableswap order to mint iAsset from collateral or redeem iAsset for collateral. Returns an unsigned transaction for client-side signing.

Instructions

Submit a stableswap order: swap collateral for iAsset (minting=true) or iAsset for collateral (minting=false). Returns an unsigned transaction (CBOR hex) for client-side signing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYesiAsset name (iUSD, iBTC, iETH, or iSOL)
amountYesAmount in smallest unit to swap
addressYesUser Cardano bech32 address
mintingYestrue = collateral → iAsset (mint direction); false = iAsset → collateral (redeem direction)

Schema Changelog

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

  1. Addedv0.4.1

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It usefully reveals that the tool returns an unsigned CBOR-hex transaction for client-side signing, which tells the agent the tool does not broadcast the transaction. It does not mention fees, side effects, or failure conditions, but the key output behavior is disclosed.

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 action and immediately followed by the critical output behavior. Every phrase earns its place and there is no redundant filler.

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?

The definition provides the essential call context: the action, the direction logic, and the return format since there is no output schema. It is slightly ambiguous whether 'Submit' means broadcast or construct, though the unsigned-transaction detail mostly clarifies this.

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 100%, so the baseline is 3. The description repeats the minting direction already present in the schema and adds no new parameter-level detail beyond what the schema provides.

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 states a specific verb and resource: 'Submit a stableswap order', and clearly defines the two supported directions via the minting flag. This distinguishes it from related order tools like cancel_stableswap_order and other protocol 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 gives clear directional usage by explaining minting=true for collateral-to-iAsset and minting=false for iAsset-to-collateral. It does not explicitly name alternatives or state when not to use this tool, so it stops short of a 5.

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/IndigoProtocol/indigo-mcp'

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