MCP Agent Health Reporter
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 |
|---|---|
| aos_agent_health_scanA | |
| aos_agent_health_audit | |
| aos_agent_health_self_testC | Self-connectivity check — returns sample scan JSON for MCP wiring verification. |
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 have clearly distinct purposes: one performs a health scan on a specific agent, the other is a self-connectivity check. No overlap or ambiguity.
Both tools follow the consistent pattern 'aos_agent_health_<verb>', using snake_case and clear verb descriptors ('scan' and 'self_test').
Two tools is minimal but acceptable for a focused health reporter. However, the server's scope feels limited, bordering on thin.
Missing obvious operations like listing agents, batch scanning, or retrieving historic results. The surface covers only one core action and a connectivity test, leaving significant gaps.