llm_database_management
Perform database operations across PostgreSQL, MongoDB, Redis, MySQL, and MariaDB using LLM-driven commands, with a research-first option to determine the appropriate approach.
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 |