mcp-aap-validator
Installation
SKILL.md
MCP AAP Validator
Validates connectivity to AAP MCP servers by running lightweight tool calls.
When to Use This Skill
Use when validating AAP MCP before job template operations, troubleshooting connection issues, or when other skills (e.g. playbook-executor) need to verify availability. Do NOT use for creating templates—use job-template-creator.
Workflow
- Test connectivity: Call these tools to verify each server responds:
job_templates_list(page_size: 10) from aap-mcp-job-managementinventories_list(page_size: 10) from aap-mcp-inventory-management
- If any fails: Provide a comprehensive message with possible root causes (see below).
- Report: Output a table with validated servers and outcome (emojis).
Failure Message (Root Causes)
When a tool call fails, include:
Related skills