jacobian
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| math.findA | Find or inspect public Jacobian MCP operations. Forms:
For matching, use Examples:
|
| math.runA | Run one installed math tool by ID with its typed Timeout, incomplete search, and missing witnesses appear only in the concrete domain result that owns them; none is a mathematical conclusion by itself. Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| operation-catalog | Large exact bulk export of every installed operation, schema, and example. Use math.find for ordinary operation discovery and inspection. If matching fails, refine or paginate math.find; read this resource only when the task requires the complete inventory. |
TDQS
Scored across 2 tools
The two tools occupy clearly separate phases: math.find is for discovery and inspection, while math.run is for execution. Their inputs and outputs are distinct, so an agent selecting between them has no real ambiguity.
Both tool names share the same math. namespace and follow a simple verb pattern: find and run. This creates a predictable, uniform naming convention with no mixed styles.
Two tools is slightly below the typical MCP tool count, but it is proportionate to this server's dispatcher design: discovering/inspecting operations and executing them are the two essential capabilities. Each tool is necessary and neither is redundant.
The apparent domain is a registry/executor for public math operations, and math.find plus math.run covers the full discover-inspect-execute lifecycle. The catalog can be accessed through find, and run handles execution, so there are no obvious dead ends or missing operations.