Skip to main content
Glama
srinivassrinu842

AAP MCP Server

aap_delete_execution_environment

Destructive

Delete an Ansible Automation Platform execution environment permanently. Requires confirmation token to prevent accidental deletion.

Instructions

Delete an AAP execution environment. DESTRUCTIVE - requires confirmation.

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 mark this as destructive (destructiveHint=true). The description adds the explicit warning 'DESTRUCTIVE - requires confirmation', reinforcing the irreversible nature and hinting at a confirmation mechanism, which annotations do not convey. However, it doesn't detail what the confirmation entails or the effects beyond deletion.

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?

Two concise sentences, front-loaded with the action and resource, with a clear destructive warning. No redundant words or unnecessary details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive tool with a confirmation mechanism, the description is underspecified. It doesn't clarify the confirmation workflow, prerequisites, or what happens if the token is invalid. The existence of an output schema mitigates return-value concerns, but the operational context is incomplete.

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?

Schema description coverage is 0%, and the description provides no parameter explanations. The schema only exposes 'ee_id' (integer) and 'confirmation_token' (nullable string) with no descriptions. The description's 'requires confirmation' hints at the token's purpose but doesn't explain how to obtain or use it, leaving parameter semantics largely to inference.

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 the specific verb 'Delete' and resource 'AAP execution environment', clearly distinguishing it from sibling delete tools targeting other resource types (e.g., workflow templates, hosts). The action and target are unambiguous.

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?

No explicit guidance is given about when to choose this tool over alternatives, though the resource-specific name makes the target clear. The 'requires confirmation' note implies a safety protocol but doesn't explain how to invoke it or prerequisites. This is minimal but not misleading.

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