Skip to main content
Glama

LODA API MCP Server

Official
by loda-lang

get_program

Retrieve details about mathematical integer sequences from OEIS by program ID, enabling exploration and analysis of LODA assembly language implementations for sequence computation.

Instructions

Get details about a LODA program by ID (e.g. A000045)

Input Schema

NameRequiredDescriptionDefault
idYesProgram ID (e.g. A000045)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "id": { "description": "Program ID (e.g. A000045)", "type": "string" } }, "required": [ "id" ], "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