Skip to main content
Glama
IndigoProtocol

IndigoProtocol/indigo-mcp

Official

feed_interest_oracle

Update the on-chain interest rate for an asset by generating an unsigned transaction that the oracle owner must sign and submit.

Instructions

ADMIN/MAINTENANCE: Update the interest rate stored in an interest oracle UTxO. Builds an unsigned transaction (CBOR hex) that must be signed by the oracle owner key. Requires the oracle contract parameters (biasTime in milliseconds, owner pubkey hash hex) which are fixed at contract deployment and must be supplied by the protocol admin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYes
addressYesOracle owner Cardano bech32 address
oracleOwnerYesOracle contract owner parameter as a hex-encoded public key hash (fixed at deployment)
oracleBiasTimeYesOracle contract biasTime parameter in milliseconds (bigint string; fixed at deployment)
newInterestRateYesNew interest rate as an on-chain integer (scaled; e.g. 5_000_000 = 5 % p.a. in the protocol encoding)

Schema Changelog

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

  1. Addedv0.4.1

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It transparently states that the tool builds an unsigned transaction (CBOR hex) rather than submitting it, and that owner-key signing is required. It also explains the fixed-at-deployment constraint of oracleBiasTime and oracleOwner.

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 dense sentences with no filler. The ADMIN/MAINTENANCE label is front-loaded, followed by the core action and the essential constraints. Every sentence earns its place.

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 5-parameter admin tool with no output schema, the description covers the tool's purpose, input constraints, required signing context, and output form (unsigned CBOR hex). Minor details like submission/fee handling are outside the tool's direct scope and not necessary for correct invocation.

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?

The schema already documents 4 of 5 parameters, and the description adds critical context beyond the schema: oracleBiasTime and oracleOwner are fixed at deployment and must be supplied by the protocol admin, and newInterestRate uses a scaled integer encoding with a concrete example. This compensates for the undocumented asset enum.

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 ('Update'), a precise resource ('interest rate stored in an interest oracle UTxO'), and an explicit ADMIN/MAINTENANCE scope. This clearly distinguishes it from read-oriented siblings like get_interest_oracle and from feed_price_oracle, which targets price rather than interest.

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 clearly frames when the tool should be used: by protocol admins performing maintenance, and it notes the unsigned transaction must be signed by the oracle owner key. It implies that only admins with the owner key can validly invoke it, though it does not explicitly name alternative tools or exclusion conditions.

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