MCP Agent Health Reporter
mcp-agent-health
MCP Agent Health Reporter — validate agent health under AOS discipline before deployment.
Catalog: https://raw.githubusercontent.com/aos-standard/catalog/main/catalog.json
Agent card: packaging/agent_card.json
pip install mcp-agent-health==0.3.1See packaging/README.md for MCP client configuration.
Available Tools
2 toolsaos_agent_health_scanA
Scan a single AOS agent by tool_id under target_dir and return health score.
Args:
tool_id: Four-digit agent id (e.g. "1066").
target_dir: Root directory to search (default: cwd or AOS_HEALTH_TARGET_DIR).
mock: Deterministic mock output for CI (no filesystem reads).
| Name | Required | Description | Default |
|---|---|---|---|
| mock | No | ||
| tool_id | Yes | ||
| target_dir | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries burden. It explains behavior: scans agent, returns health score, mock mode for CI (no filesystem reads), and defaults for target_dir. It does not mention side effects, but it is likely a read-only operation. Transparent enough for an agent scan tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is very concise: one-sentence purpose followed by bullet-style parameter explanations. Every sentence adds value; no wasted words. Front-loaded with main action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given output schema exists (context: 'has output schema: true'), description is not required to explain return values. It covers purpose, parameters, and mock behavior adequately. Small gap: doesn't specify if the health score is a number or structure, but output schema handles that.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, but description adds meaning to all three parameters: tool_id is a four-digit agent id with example, target_dir is root directory with default options, mock is boolean for deterministic CI output. This compensates well for lack of schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it scans a single AOS agent by tool_id under target_dir and returns a health score. The verb 'scan' and resource 'AOS agent' are specific and distinct from the sibling tool 'self_test' which likely tests the agent itself.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description implies usage for scanning a single agent but does not explicitly provide when-to-use or alternatives compared to the sibling tool. No guidance on when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
aos_agent_health_self_testC
Self-connectivity check — returns sample scan JSON for MCP wiring verification.
| Name | Required | Description | Default |
|---|---|---|---|
| mock | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It says 'self-connectivity check' but then 'returns sample scan JSON', which is contradictory—it implies a real connectivity test but returns mock data. The tool's true behavior (produces a sample, not a real check) is not clearly disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise line. However, it sacrifices clarity for brevity by not explaining the tool's behavior or parameter.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has one parameter and an output schema, the description should provide more context (e.g., what the sample JSON looks like, when to set mock to false). It lacks completeness for a tool that is meant for verification.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'mock' (boolean, default true) is not described. With 0% schema description coverage, the description must explain it but fails to do so. The agent has no way to know what 'mock' controls.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'self-connectivity check' and 'returns sample scan JSON for MCP wiring verification', clearly indicating a health test that produces sample output. However, it does not distinguish from the sibling tool 'aos_agent_health_scan', which likely performs a real scan.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus the sibling 'aos_agent_health_scan'. The description does not specify contexts (e.g., testing vs. production) or when to choose one over the other.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Scan any MCP server for tool-poisoning, security, auth & license. Trust score before install.
Read-only MCP server for turva.dev, an agent-readiness audit and advisory service.
Scan any website or MCP server for agent readiness: 0-100 score, a fix per failing check. Free.
Scans remote MCP servers for protocol, security, and TLS issues; exposes scan tools via MCP.
Related MCP Servers
- AlicenseAqualityBmaintenanceStatic scanner for MCP/agent-gateway readiness anti-patterns, providing a 7-dimension R/Y/G score by scanning code and config for common failure modes.1802MIT
- AlicenseAqualityBmaintenanceSecurity scanner for third-party AI agent-skill files: SKILL.md manifests, hooks, and bundled scripts, exposed via an MCP tool.1231Apache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server for auditing agent-native readiness of a product directory or URL and generating artifacts like AGENTS.md and server.json.455MIT
- AlicenseNot gradedqualityCmaintenanceProvides read-only repository health scanning tools for drift detection, module reachability, prompt bloat, evidence calibration, and registration completeness, enabling agents to diagnose repositories via MCP.2MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aos-standard/mcp-agent-health'
If you have feedback or need assistance with the MCP directory API, please join our Discord server