symath
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct area of mathematics: basic arithmetic, expression evaluation, calculus, LaTeX conversion, number theory, and statistics. No overlapping purposes.
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.
Six tools is well-scoped for a symbolic math server, covering core mathematical operations without being overly numerous or sparse.
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.