Skip to main content
Glama

Algorand MCP Server

calculate

Perform basic mathematical calculations using expressions like '2 + 2' or '10 * 5' on the Algorand MCP Server, facilitating utility tasks within blockchain operations.

Instructions

Perform basic mathematical calculations

Input Schema

NameRequiredDescriptionDefault
expressionYesMathematical expression to evaluate (e.g., "2 + 2", "10 * 5")

Input Schema (JSON Schema)

{ "properties": { "expression": { "description": "Mathematical expression to evaluate (e.g., \"2 + 2\", \"10 * 5\")", "type": "string" } }, "required": [ "expression" ], "type": "object" }

Other Tools from Algorand MCP Server

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/Jake-loranger/algorand-mcp-server'

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