llm_database_management
Manage databases using LLM-driven commands with a research-based approach to determine optimal actions across multiple database types.
Instructions
LLM-managed database operations with research-driven approach
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Database action to perform | |
| database | Yes | Database type to use | |
| parameters | No | Action parameters | |
| projectPath | No | Path to project directory | . |
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| researchFirst | No | Research best approach first | |
| llmInstructions | Yes | LLM instructions for command generation |