Skip to main content
Glama
srinivassrinu842

AAP MCP Server

aap_get_controller_health

Read-only

Check Ansible Automation Platform controller health and obtain version, active node, and instance statuses.

Instructions

Check AAP Controller health status (ping endpoint).

Returns: str: JSON with ha (bool), version, active_node, install_uuid, and instance statuses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds the 'ping endpoint' detail, which implies a lightweight network read operation, and lists the return fields. However, it does not disclose any additional behavioral traits such as authentication requirements, rate limits, or potential error conditions. Given the annotations, the bar is lower, and the description provides some supplementary context, so a 3 is appropriate.

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?

The description is concise and front-loaded with the primary purpose. It consists of one clear sentence plus a return specification, with no redundant or filler content. Every sentence earns its place by covering purpose and output.

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?

For a simple read-only health check with no meaningful parameters and an existing output schema, the description is nearly complete. It states what the tool does and what it returns, which is sufficient for the agent to select and invoke it. It does not mention error handling or authentication, but these are likely common to all AAP tools and not critical for this simple endpoint.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one required 'params' field that is an empty object (HealthInput with no properties), meaning there are effectively no meaningful parameters. The description does not need to explain parameters, and the baseline for 0 parameters is 4. The description adds no parameter-specific information, which is fine because there is nothing to document.

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?

The description uses a specific verb ('Check') and clearly identifies the resource ('AAP Controller health status') plus the endpoint ('ping endpoint'). This effectively differentiates it from sibling tools like aap_get_cluster_status and aap_get_instance_capacity, which focus on different aspects of the system.

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?

The description implies usage for checking controller health but provides no explicit guidance on when to choose this tool over related alternatives such as aap_get_cluster_status or aap_get_instance_capacity. There are no 'when-to-use' or 'when-not-to-use' statements, so the agent must infer its context from the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/srinivassrinu842/aap-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server