Skip to main content
Glama

LODA API MCP Server

Official
by loda-lang

search_sequences

Find integer sequences from OEIS by keywords, ID, or name to support mathematical research and algorithm development.

Instructions

Search for integer sequences by keywords, ID, or name.

Input Schema

NameRequiredDescriptionDefault
limitNoMax results
qYesSearch query
skipNoOffset for pagination

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "limit": { "description": "Max results", "maximum": 100, "minimum": 1, "type": "number" }, "q": { "description": "Search query", "type": "string" }, "skip": { "description": "Offset for pagination", "minimum": 0, "type": "number" } }, "required": [ "q" ], "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