Skip to main content
Glama

MCP-BAMM

by IQAIcom

LEND

Supply Fraxswap LP tokens to a BAMM contract to facilitate lending and borrowing operations on the Fraxtal blockchain, enabling management of liquidity positions.

Instructions

Lend Fraxswap LP tokens to a BAMM contract

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount of LP tokens to lend
bammAddressYesThe address of the BAMM contract

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount of LP tokens to lend", "minLength": 1, "type": "string" }, "bammAddress": { "description": "The address of the BAMM contract", "pattern": "^0x[a-fA-F0-9]{40}$", "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