Demo 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 | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review_code | Provide a template for reviewing code. :param code: The code to review. :return: A prompt that asks the LLM to review the code. |
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 ambiguity or overlap with other tools. The tool 'add' has a clear, singular purpose that cannot be confused with any other functionality.
A single tool inherently has perfect naming consistency, as there are no other tools to compare against. The name 'add' follows a simple verb pattern that is appropriate for its function.
A single tool for a 'Demo Server' is too minimal and feels thin for any meaningful scope, as it lacks the breadth to demonstrate typical server capabilities. This is borderline for a demo purpose, but it severely limits functionality and interaction possibilities.
The tool set is severely incomplete for a demo server, as it only provides a basic arithmetic operation without covering any domain or lifecycle. There are obvious gaps, such as missing operations for subtraction, multiplication, or other demo functionalities, making it inadequate for most agent tasks.