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
Name | Required | Description | Default |
---|---|---|---|
service_name | Yes |