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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
evaluateA

Evaluate a Wolfram Language script by running the wolframscript -print -file <script> command.

Documentation for Wolfram Language: https://context7.com/websites/reference_wolfram_language/llms.txt

IMPORTANT: The tool is returning the result of the last line executed in the script, and any expression printed explicitly with Print[].

Arguments: script (str): Wolfram Language script to execute.

Returns: str: The result of the Wolfram Language script as a string.

version_wolframscriptA

Get the version of the wolframscript tool.

Returns: str: Version of the wolframscript tool.

version_wolframengineA

Get the version of the Wolfram Engine.

Returns: str: Version of the Wolfram Engine.

licensetypeA

Get the license type of the Wolfram Engine.

Returns: str: License type of the Wolfram Engine e.g. 'Professional'.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: evaluate executes scripts, licensetype returns license info, and the two version tools return specific version strings. There is no overlap.

Naming Consistency3/5

Tool names mix conventions: evaluate is a verb, licensetype is a compound noun without underscore, and version_wolframengine/script use noun_verb pattern. Inconsistency in verb usage and separators.

Tool Count4/5

With 4 tools, the server covers core evaluation and basic information retrieval. Slightly thin but reasonable for a focused Mathematica evaluation server.

Completeness3/5

The server provides the essential evaluate tool but lacks auxiliary capabilities like error handling, file management, or interactive sessions. Some gaps for advanced use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues