llm_cloud_management
Manage cloud provider operations by using an LLM to generate commands based on research-driven best practices. Specify provider, action, and LLM instructions to automate cloud management tasks.
Instructions
LLM-managed cloud provider operations with research-driven approach
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Cloud provider to use | |
| action | Yes | Action to perform | |
| parameters | No | Action parameters | |
| llmInstructions | Yes | LLM instructions for command generation | |
| researchFirst | No | Research best approach first | |
| projectPath | No | Path to project directory | . |
| adrDirectory | No | Directory containing ADR files | docs/adrs |