Skip to main content
Glama
aos-standard

MCP Agent Health Reporter

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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).
aos_agent_health_audit
Audit all agents under target_dir and return aggregate health report.

Args:
    target_dir: Root directory to search (default: cwd or AOS_HEALTH_TARGET_DIR).
    mock: Deterministic mock output for CI.
aos_agent_health_self_testC

Self-connectivity check — returns sample scan JSON for MCP wiring verification.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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