Skip to main content
Glama
tetracoralla

math-anchor

by tetracoralla

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MATH_ANCHOR_PYTHONNoOptional. Set only when selecting a specific Python interpreter (Python 3.11 or newer).
MATH_ANCHOR_SDKROOTNoOptional. Explicit override for the SDK root used by Swift scripts.

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.runA

Use for exact or reliability-sensitive mathematics, especially fixed-width overflow and bits, IEEE-754, named rounding or division conventions, large integers, matrices, units and dimensions, uncertainty, probability, numerical methods, or finance. Do not use for trivial low-risk arithmetic. Always pass operation-specific fields inside the arguments object: {operation, arguments}; never flatten them. Known direct shapes need no describe call: integer.machine_arithmetic arguments include action, left, right, bitWidth, signedness, inputMode, and overflowBehavior; combinatorics.count arguments use action, n, and k. The typed operation keeps exact and approximate results separate; one successful ordinary call is sufficient.

math.batchA

Run 1 to 32 independent operations in order with per-item limits.

math.searchA

Search operations only when the id is unknown; otherwise use math.run.

math.describeA

Get schema and argument examples only for one unfamiliar operation selected by math.search. Do not call this for known integer.machine_arithmetic or combinatorics.count shapes. Examples are arguments objects; nest one under math.run.arguments and pass its id as math.run.operation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/tetracoralla/math-anchor'

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