Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

get_minimum_balance_for_rent_exemption

Calculate the minimum balance needed for Solana accounts to be rent-exempt, based on specified data size, ensuring efficient blockchain interactions.

Instructions

Returns minimum balance required to make account rent exempt.

Args: size (int): Account data length

Returns: str: Minimum balance in the format "Minimum balance for rent exemption: {balance}"

Input Schema

NameRequiredDescriptionDefault
sizeYes

Input Schema (JSON Schema)

{ "properties": { "size": { "title": "Size", "type": "integer" } }, "required": [ "size" ], "title": "get_minimum_balance_for_rent_exemptionArguments", "type": "object" }

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/tywenk/mcp-sol'

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