Skip to main content
Glama

MCP-Ambari-API

get_service_details

Retrieve detailed status, configuration, and component information for a specific service in the Ambari cluster. Use this tool to troubleshoot service health, audit setup, or obtain formatted data for automation.

Instructions

Retrieves detailed status and configuration information for a specific service in the Ambari cluster.

[Tool Role]: Dedicated tool for retrieving comprehensive service details, including state, components, and configuration.

[Core Functions]:

  • Retrieve service state, component list, and configuration availability
  • Provide formatted output for LLM automation and troubleshooting

[Required Usage Scenarios]:

  • When users request detailed service info or breakdown
  • When troubleshooting service health or auditing service setup
  • When users mention service details, service summary, or configuration status

Args: service_name: Name of the service to check (e.g., "HDFS", "YARN", "HBASE")

Returns: Detailed service information (success: comprehensive details, failure: English error message)

Input Schema

NameRequiredDescriptionDefault
service_nameYes

Input Schema (JSON Schema)

{ "properties": { "service_name": { "title": "Service Name", "type": "string" } }, "required": [ "service_name" ], "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