quantity-engine
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
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| quantity_executeA | Execute dimensional calculation and unit conversion with audit evidence. Input: sequence of typed operations (mul, convert). Output: result value with unit, precision metadata, and reproducibility hash, or a structured failure. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusing it with another. The purpose of quantity_execute is singular and clearly described.
There is no naming pattern to evaluate with a single tool, but the name quantity_execute follows a noun_verb structure that aligns with the server name and is not inconsistent with any convention.
One tool is at the low end of acceptable for a focused utility. It feels thin for a general-purpose quantity engine, but the tool's multi-step operation input partially compensates for the lack of separate tools.
The tool only supports multiplication and conversion operations, leaving out common dimensional operations like addition, subtraction, and division. This is a significant gap for a quantity engine.