Heimdall
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 |
|---|---|
| pingA | Returns pong |
| echoC | Echoes a message |
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
Both tools have clearly distinct purposes: one echoes a message, the other returns pong. There is no overlap or ambiguity.
Tool names are single-word verbs (echo, ping), following a consistent pattern.
With only 2 tools, the server is minimal but appropriate for a simple utility server. The count is slightly low but within reasonable bounds for its narrow scope.
For a basic utility server, the tools cover the essential operations (ping and echo). There are no obvious gaps, though a help tool could be added.