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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_mathematicaC

Execute Mathematica code and return the result

verify_derivationC

Verify a mathematical derivation step by step

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: execute_mathematica runs arbitrary code, while verify_derivation checks mathematical derivations. No overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (execute_mathematica, verify_derivation) with snake_case, which is predictable and clear.

Tool Count3/5

With only 2 tools, the server feels underpowered for a general Mathematica interface. It may be acceptable for a very narrow use case, but lacks the breadth expected from a computation server.

Completeness2/5

There are obvious gaps: no tools for plotting, data import/export, symbolic manipulation, or notebook management. The tool surface is severely incomplete for typical Mathematica workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues