Skip to main content
Glama

LODA API MCP Server

Official
by loda-lang

submit_program

Submit LODA assembly code to create or update programs for mathematical integer sequences from OEIS, enabling sequence computation and algorithmic exploration.

Instructions

Submit a new LODA program for a sequence.

Input Schema

NameRequiredDescriptionDefault
codeYesLODA program code
idYesSequence/program ID (e.g. A000045)

Input Schema (JSON Schema)

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