Skip to main content
Glama

generic_aap_api

Access any AAP Controller API endpoint directly with proper authentication to manage jobs, inventories, workflows, and system resources through HTTP methods.

Instructions

Generic AAP Controller API access tool. Provides direct access to any AAP Controller API endpoint with proper authentication.

Examples:

  • GET /jobs/: method="GET", endpoint="jobs/"

  • GET /inventories/2/hosts/: method="GET", endpoint="inventories/2/hosts/"

  • POST /job_templates/5/launch/: method="POST", endpoint="job_templates/5/launch/", data={"extra_vars": {"var1": "value1"}}

  • GET /analytics/job_explorer/: method="GET", endpoint="analytics/job_explorer/", params={"period": "month"}

  • GET /jobs/123/stdout/: method="GET", endpoint="jobs/123/stdout/", get_stdout=true

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYesHTTP method: GET, POST, PATCH, DELETE
endpointYesAPI endpoint path (e.g., 'analytics/job_explorer/', 'jobs/', 'inventories/1/')
dataNoRequest body data for POST/PATCH requests
paramsNoQuery parameters for GET requests
get_stdoutNoUse stdout format for job/adhoc output endpoints

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/anshulbehl/aap-mcp-pilot'

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