db
Analyze database structure, table usage, and dead tables by scanning a path. Use schema, table_usage, or dead_tables actions to understand database health and optimize queries.
Instructions
Database analysis. Actions: schema|table_usage|dead_tables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to scan | |
| table | No | For table_usage: filter to specific table | |
| action | Yes | Database analysis action |