start_service
Start a specific service in an Ambari cluster via the MCP-Ambari-API, initiating requests, returning progress details, and providing clear success or error messages for automation.
Instructions
Starts a specific service in the Ambari cluster.
[Tool Role]: Dedicated tool for automated start of Ambari services, ensuring safe and monitored startup.
[Core Functions]:
- Start the specified service and initiate Ambari request
- Return request information for progress tracking
- Provide clear success or error message for LLM automation
[Required Usage Scenarios]:
- When users request to "start" a service (e.g., "start HDFS", "start YARN")
- When recovering stopped services
- When maintenance or configuration changes require a service start
- When users mention service start, bring up service, or automated start
Args: service_name: Name of the service to start (e.g., "HDFS", "YARN", "HBASE")
Returns: Start operation result (success: request info, failure: error message) - Success: Multi-line string with request ID, status, monitor URL, and instructions for progress tracking - Failure: English error message describing the problem
Input Schema
Name | Required | Description | Default |
---|---|---|---|
service_name | Yes |