terse
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| demo_ordersA | Return a synthetic order book as a JSON record array. Nothing is fetched and nothing is stored — the point is the shape, so you can see what terse does to a record-shaped tool result. |
| demo_logsA | Return a synthetic plain-text log tail. Non-JSON on purpose: it is what terse's text tier sees, as opposed to the record array demo_orders returns. |
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 2 tools
The two tools are completely distinct: demo_orders returns a JSON array of records, while demo_logs returns plain-text log lines. Their purposes—showing structured vs. text output—are clearly separated, leaving no ambiguity.
Both tools follow the same `demo_<plural noun>` pattern, using consistent lowercase snake_case and a common prefix. The naming is predictable and coherent, even though it deviates from a strict verb_noun style.
At just two tools, the server is slightly below the typical 3-15 range, but the count is deliberate: one tool for each of terse's two data tiers. This makes the set well-scoped for its demo purpose.
The server's stated domain is demonstrating terse's handling of record-shaped vs. text-shaped results, and these two tools cover exactly that distinction. There are no missing operations or dead ends for the intended scope.