Skip to main content
Glama

MCP-Ambari-API

get_request_status

Track the status and progress of Ambari requests in real-time. Query by request ID to retrieve detailed information, including status, progress percentage, and timing. Ideal for monitoring operations and troubleshooting.

Instructions

Retrieves the status and progress of a specific Ambari request operation.

[Tool Role]: Dedicated tool for real-time tracking and reporting of Ambari request status.

[Core Functions]:

  • Query the status, progress, and context of a request by its ID
  • Provide detailed status (PENDING, IN_PROGRESS, COMPLETED, FAILED, etc.)
  • Show progress percentage and timing information
  • Return actionable status for automation and LLM integration

[Required Usage Scenarios]:

  • When users ask for the status or progress of a specific operation/request
  • When monitoring or troubleshooting Ambari operations
  • When tracking bulk or individual service actions
  • When users mention request ID, operation status, or progress

Args: request_id: ID of the Ambari request to check (int)

Returns: Request status information (success: detailed status and progress, failure: error message) - Success: Multi-line string with request ID, status, progress, context, start/end time, and status description - Failure: English error message describing the problem

Input Schema

NameRequiredDescriptionDefault
request_idYes

Input Schema (JSON Schema)

{ "properties": { "request_id": { "title": "Request Id", "type": "string" } }, "required": [ "request_id" ], "type": "object" }

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/call518/MCP-Ambari-API'

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