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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
solve_equationA

Solve an algebraic equation symbolically and return solutions with proof steps.

simplify_expressionA

Simplify, factor, or expand a mathematical expression with proof steps.

compute_derivativeA

Compute the derivative of a mathematical expression with proof steps.

compute_integralA

Compute the indefinite integral of a mathematical expression with proof steps.

check_logicA

Check a propositional logic formula for satisfiability, tautology, or generate a truth table.

verify_arithmeticB

Safely evaluate an arithmetic expression using only whitelisted operators and functions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_capabilitiesList all capabilities of this math/logic server.

TDQS

A3.9/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct operation: propositional logic, derivatives, integrals, algebraic simplification, equation solving, and safe arithmetic evaluation. No two tools have overlapping purposes, making selection straightforward.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores, such as check_logic, compute_derivative, and solve_equation. The style is uniform and predictable.

Tool Count5/5

With 6 tools, the set is well-scoped for a general math and logic server. It covers core areas without being bloated, balancing comprehensiveness and manageability.

Completeness3/5

While fundamental operations are present, notable gaps exist: no predicate logic, no limits or series, no linear algebra or matrix operations, and no statistical functions. This leaves several common math tasks unsupported.

Maintenance

ActivityInactive
ResponsivenessNo issues