Skip to main content
Glama

LODA API MCP Server

Official
by loda-lang

get_sequence

Retrieve details about mathematical integer sequences from OEIS by providing their ID, such as A000045 for the Fibonacci sequence.

Instructions

Get details about an integer sequence by ID (e.g. A000045)

Input Schema

NameRequiredDescriptionDefault
idYesSequence ID (e.g. A000045)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "id": { "description": "Sequence 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