Skip to main content
Glama

MCP-BAMM

by IQAIcom

REPAY

Repay borrowed tokens to a BAMM position by specifying the contract address, repayment amount, and token details. Integrates with the MCP-BAMM server to manage Fraxtal blockchain-based BAMM operations.

Instructions

Repay borrowed tokens to a BAMM position

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to repay
bammAddressYesThe address of the BAMM contract
borrowTokenNoThe address of the token to repay
borrowTokenSymbolNoThe symbol of the token to repay (e.g., 'IQT')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount to repay", "minLength": 1, "type": "string" }, "bammAddress": { "description": "The address of the BAMM contract", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "borrowToken": { "description": "The address of the token to repay", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "borrowTokenSymbol": { "description": "The symbol of the token to repay (e.g., 'IQT')", "type": "string" } }, "required": [ "bammAddress", "amount" ], "type": "object" }
Install Server

Other Tools from MCP-BAMM

Related Tools

    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/IQAIcom/mcp-bamm'

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