Skip to main content
Glama
srinivassrinu842

AAP MCP Server

aap_create_group

Creates a host group in an Ansible Automation Platform inventory to organize hosts, with optional YAML/JSON variables and a description.

Instructions

Create a host group inside an AAP inventory.

Args: params (CreateGroupInput): Group configuration.

Returns: str: JSON with created group id and name.

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?

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds the return format (JSON with group id and name) but provides no further behavioral context such as idempotency, error conditions, or permissions. This is minimal added value beyond annotations.

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 concise and front-loaded with the primary purpose. The Args/Returns structure is clear and efficient, though the Args line is somewhat redundant with the schema. Overall, every sentence earns its place.

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 create operation, the description provides the essential purpose and return type. It does not discuss alternatives or prerequisites, but the schema covers the required fields (name, inventory_id). The presence of an output schema further reduces the need to describe return values in detail, so the description is sufficiently complete.

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

Parameters2/5

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

The description merely states 'params (CreateGroupInput): Group configuration,' which adds no meaning beyond the input schema. Schema description coverage is 0% for the tool description, and it does not compensate for the lack of parameter explanations; the schema itself provides some detail, but the description fails to enhance it.

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 clearly states the action with a specific verb and resource: 'Create a host group inside an AAP inventory.' This distinguishes it from sibling tools like aap_update_group, aap_delete_group, and aap_add_host_to_group, leaving no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context: creating a host group within an AAP inventory. It does not explicitly mention alternatives or exclusions, but the purpose is straightforward and self-evident, making it easy for an agent to know when to invoke it.

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