Skip to main content
Glama
srinivassrinu842

AAP MCP Server

aap_get_organization

Read-onlyIdempotent

Retrieve detailed information about an Ansible Automation Platform organization by its ID, including name, description, max hosts, custom virtualenv, and creation/modification timestamps.

Instructions

Get details of a specific AAP organization by ID.

Args: params (GetOrgInput): - org_id (int): Organization ID

Returns: str: JSON with organization details including id, name, description, max_hosts, custom_virtualenv, created, modified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds value by explicitly enumerating the return fields (id, name, description, max_hosts, custom_virtualenv, created, modified), which goes beyond the annotations and clarifies what the output will contain.

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 compact and well-structured with clear Args and Returns sections. The opening sentence states the purpose immediately, and every subsequent line serves a functional role. No filler or redundancy.

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 single-parameter get operation, the description covers the purpose, the input parameter, and the return fields. While an explicit output schema is declared (context indicates one exists), it is not shown here; the description compensates by listing expected fields. The simplicity of the tool means this level of detail is largely sufficient.

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

Parameters3/5

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

The description mentions 'org_id (int): Organization ID', which repeats the schema's type and label but adds no deeper semantic context such as how to obtain the ID or any relationships. The schema itself includes a description ('Organization ID (e.g., 1)'), so the tool description adds minimal informational value beyond what the schema already provides.

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 opens with 'Get details of a specific AAP organization by ID', which uses a specific verb ('Get'), identifies the resource ('AAP organization'), and clarifies the scope ('by ID'). This clearly distinguishes it from siblings like aap_list_organizations (which returns a list) and aap_create/update/delete_organization (which mutate).

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 the tool is used when you already have an organization ID and need its details, but it does not explicitly state when to prefer this over aap_list_organizations or mention any exclusions. No alternatives or prerequisites are given, so guidance remains implicit rather than explicit.

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