Skip to main content
Glama

MCP-BAMM

by IQAIcom

BORROW

Borrow tokens against BAMM positions on the Fraxtal blockchain. Specify the BAMM contract address, amount, and token details to manage loans efficiently.

Instructions

Borrow tokens from a BAMM position

Input Schema

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

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount to borrow", "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 borrow", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "borrowTokenSymbol": { "description": "The symbol of the token to borrow (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