Skip to main content
Glama

Ara Records MCP Server

by syndr

watch_playbook

Monitor Ansible playbook execution progress in real-time to track task completion, current status, and execution timeline with detailed progress updates.

Instructions

Monitor a playbook execution in real-time. Returns detailed progress including task completion, current status, and execution timeline. Call repeatedly to track progress.

Input Schema

NameRequiredDescriptionDefault
include_resultsNoInclude task result details (default: false, can be verbose)
include_tasksNoInclude detailed task information (default: true)
playbook_idYesThe ID of the playbook to monitor

Input Schema (JSON Schema)

{ "properties": { "include_results": { "default": false, "description": "Include task result details (default: false, can be verbose)", "type": "boolean" }, "include_tasks": { "default": true, "description": "Include detailed task information (default: true)", "type": "boolean" }, "playbook_id": { "description": "The ID of the playbook to monitor", "type": "number" } }, "required": [ "playbook_id" ], "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