Skip to main content
Glama
IndigoProtocol

IndigoProtocol/indigo-mcp

Official

mint_cdp

Mint additional iAssets from an existing CDP to increase debt. Generates an unsigned CBOR transaction for client-side signing, enabling loan expansion.

Instructions

Mint additional iAssets from an existing CDP (increases debt) — builds an unsigned transaction (CBOR hex) for client-side signing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYes
amountYesiAsset amount to mint in smallest unit
addressYesUser Cardano bech32 address (addr1... or addr_test1...)
cdpTxHashYesTransaction hash of the CDP UTxO
cdpOutputIndexYesOutput index of the CDP UTxO

Schema Changelog

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

  1. Changed1 schema field changedv0.4.1
    • changedInput schema / properties / asset / enum
      Previous value: -[
      -  "iUSD",
      -  "iBTC",
      -  "iETH",
      -  "iSOL"
      -]New value: +[
      +  "iUSD",
      +  "iBTC",
      +  "iETH",
      +  "iSOL",
      +  "iEUR",
      +  "iJPY",
      +  "iADA"
      +]
  2. First observedv0.2.14

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 disclosure burden. It explicitly discloses that this is a mutation (increases debt) and that it does not execute on-chain, instead building an unsigned transaction (CBOR hex) for client-side signing. It could add prerequisites like CDP health requirements, but the core behavior is transparent.

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?

A single well-structured sentence that front-loads the action and debt consequence, then states the output format. No filler or redundant content.

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 description adequately covers the tool's purpose, side effect, and return format, which matters because there is no output schema and no annotations. Minor gaps remain around prerequisites, CDP health, and authorization, but nothing prevents an agent from understanding what the tool does and how to invoke it.

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 80% and most parameters are already documented, so the baseline is 3. The description adds no per-parameter nuance beyond echoing that an existing CDP is referenced by its UTxO and that iAssets are minted.

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 action ('Mint additional iAssets'), a specific target ('an existing CDP'), and the key effect ('increases debt'). This differentiates it from siblings like open_cdp (creating a new CDP) and burn_cdp (reducing debt).

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 phrase 'from an existing CDP' clearly implies this tool is for increasing an already-open CDP's debt, not opening a new one. It does not explicitly name alternatives like open_cdp or state exclusions, but the usage context is clear.

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