Sparkplug MCP Server
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 |
|---|---|
| addA | |
| subtractA | |
| multiplyA | |
| divideA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| calculator://help |
TDQS
Scored across 4 tools
Each tool performs a distinct arithmetic operation (addition, subtraction, multiplication, division) with no functional overlap.
All tool names are single lowercase verbs describing the operation, following a consistent and predictable pattern.
Four tools cover the core arithmetic operations without being excessive or insufficient for the server's purpose.
The tool set provides the four basic arithmetic operations, completely covering the expected functionality for simple numeric calculations.