Skip to main content
Glama

LODA API MCP Server

Official
by loda-lang

eval_program

Execute LODA assembly programs to compute mathematical integer sequences from OEIS, generating specified terms with optional offset for sequence analysis.

Instructions

Evaluate a LODA program and return sequence terms.

Input Schema

NameRequiredDescriptionDefault
codeYesLODA program code
oNoOffset (optional)
tNoNumber of terms

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "code": { "description": "LODA program code", "type": "string" }, "o": { "description": "Offset (optional)", "type": "number" }, "t": { "description": "Number of terms", "maximum": 10000, "minimum": 1, "type": "number" } }, "required": [ "code" ], "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/loda-lang/loda-mcp'

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