Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
math.findA

Search, browse, or inspect locally installed Jacobian math tools. This is authoritative for local discovery and exact operation inspection; internet search is not. Use math.find when a task may benefit from exact computation, search, or structural analysis.

Forms:

  • request.op="search": plain-language mathematical outcome (compact cards).

  • request.op="browse": compact operation cards in operation-ID order, optionally filtered to one domain; use this to map an unfamiliar domain.

  • search accepts optional domain and limit 1-20 (default 5); browse accepts the same filters (default limit 20).

  • Follow next_cursor with the same search query or browse filters to continue.

  • Ranking is deterministic lexical retrieval; matches are not recommendations.

  • request.op="inspect": exact ID with authoritative schemas and examples.

  • operation://catalog remains an exact bulk export, not the ordinary discovery path.

Examples:

  • {"request":{"op":"search","query":"exact matrix determinant","domain":"matrix","limit":3}}

  • {"request":{"op":"browse","domain":"matrix","limit":20}}

  • {"request":{"op":"search","query":"counterexample to associativity"}}

  • {"request":{"op":"search","query":"check a bounded Lean source snippet","domain":"lean"}}

  • {"request":{"op":"inspect","operation_id":"polynomial.compute.gcd"}}

math.runA

Run one installed math tool by ID with its typed payload. A successful call returns the operation-owned mathematical value in output; read its fields to determine what the calculation established. MCP reports malformed payloads, unknown IDs, and host failures as tool errors, not as mathematical results. If the payload shape is unknown, inspect the exact operation with math.find. When it publishes an examples item, copy and adapt that item's input object as the payload; otherwise, form the payload from the input schema and its field descriptions. Do not call math.run with an empty payload merely to discover required fields; inspection is authoritative.

Timeout, incomplete search, and missing witnesses appear only in the concrete domain result that owns them; none is a mathematical conclusion by itself.

Examples:

  • {"operation_id":"integer.compute.extended_gcd","payload":{"left":"84","right":"30"}}

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
operation-catalogInstalled model-facing operations and their compact schemas.

Latest Blog Posts

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/morluto/jacobian'

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