Skip to main content
Glama
lingeerr

symath

by lingeerr

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
calculateA

Evaluate a mathjs or common LaTeX math expression with configurable high precision.

arithmeticC

Perform add, subtract, multiply, divide, power, and sqrt with explicit operands.

statisticsB

Compute count, sum, mean, median, min, max, range, variance, standard deviation, percentile, or summary.

number_theoryB

Run exact integer operations using BigInt.

calculusC

Differentiate symbolically, simplify symbolically, or compute definite integrals numerically with Simpson's rule.

latex_to_expressionC

Convert supported LaTeX math syntax into a mathjs-compatible expression.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct area of mathematics: basic arithmetic, expression evaluation, calculus, LaTeX conversion, number theory, and statistics. No overlapping purposes.

Naming Consistency4/5

Names are mostly single-word or snake_case nouns describing the domain. 'latex_to_expression' and 'number_theory' are descriptive and follow a consistent pattern, though mixing single-word and multi-word names is a minor inconsistency.

Tool Count5/5

Six tools is well-scoped for a symbolic math server, covering core mathematical operations without being overly numerous or sparse.

Completeness4/5

Covers arithmetic, expression evaluation, calculus, LaTeX conversion, integer theory, and statistics. Minor gaps like solving equations or linear algebra are absent but not critical for basic math support.

Maintenance

ActivityInactive
ResponsivenessNo issues