Skip to main content
Glama

Ara Records MCP Server

by syndr

ara_query

Query Ara API endpoints to monitor Ansible playbook executions, track task progress, and access execution data with automatic pagination defaults.

Instructions

Query Ara API endpoints with automatic pagination defaults (limit=3, order=-started)

Input Schema

NameRequiredDescriptionDefault
bodyNoRequest body for POST requests
endpointYesAPI endpoint path (e.g., /api/v1/playbooks, /api/v1/plays/1). Supports query parameters like ?limit=10&offset=20&order=-started. If no limit is specified, defaults to 3 results.
methodNoGET

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Request body for POST requests", "type": "object" }, "endpoint": { "description": "API endpoint path (e.g., /api/v1/playbooks, /api/v1/plays/1). Supports query parameters like ?limit=10&offset=20&order=-started. If no limit is specified, defaults to 3 results.", "type": "string" }, "method": { "default": "GET", "enum": [ "GET", "POST" ], "type": "string" } }, "required": [ "endpoint" ], "type": "object" }

Other Tools from Ara Records MCP Server

Related Tools

    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/syndr/ara-records-mcp'

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