Skip to main content
Glama
aos-standard

MCP Agent Health Reporter

by aos-standard

mcp-agent-health

MCP Agent Health Reporter — validate agent health under AOS discipline before deployment.

pip install mcp-agent-health==0.3.1

See packaging/README.md for MCP client configuration.

Available Tools

2 tools
aos_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).
ParametersJSON Schema
NameRequiredDescriptionDefault
mockNo
tool_idYes
target_dirNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.3/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters5/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
mockNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

C2.6/5.0
Behavior2/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters1/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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

B3.3/5.0
Disambiguation5/5

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.

Naming Consistency5/5

Both tools follow the consistent pattern 'aos_agent_health_<verb>', using snake_case and clear verb descriptors ('scan' and 'self_test').

Tool Count3/5

Two tools is minimal but acceptable for a focused health reporter. However, the server's scope feels limited, bordering on thin.

Completeness2/5

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

ActivitySlowing
ResponsivenessSyncing

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

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Security scanner for third-party AI agent-skill files: SKILL.md manifests, hooks, and bundled scripts, exposed via an MCP tool.
    1
    23
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides 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.
    2
    MIT

Latest Blog Posts

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