llm_database_management
Manage databases via AI commands that research optimal approaches before execution, supporting PostgreSQL, MongoDB, Redis, MySQL, and MariaDB.
Instructions
LLM-managed database operations with research-driven approach
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | Database type to use | |
| action | Yes | Database 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 |