Skip to main content
Glama

MCP-Ambari-API

get_service_components

Retrieve detailed service components and host assignments from Ambari clusters. Use it for troubleshooting, health checks, or scaling operations by specifying the service name for formatted output.

Instructions

Retrieves detailed components information for a specific service in the Ambari cluster.

[Tool Role]: Dedicated tool for retrieving service component details and host assignments.

[Core Functions]:

  • List all components for a service, including state and category
  • Show host assignments and instance counts
  • Provide formatted output for LLM automation and troubleshooting

[Required Usage Scenarios]:

  • When users request service component details or host info
  • When troubleshooting service health or scaling
  • When users mention component list, host assignments, or service breakdown

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

Returns: Service components detailed information (success: formatted list, 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