db_schema
Introspect database schemas for SQLite or MySQL databases. Specify a database profile and optionally filter by table names to retrieve schema details.
Instructions
Schema introspection for a configured sqlite or mysql database. Optional comma-separated table filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name | |
| format | No | toon (default) | json | |
| tables | No | Comma-separated table names (default: all, max 50) | |
| connection | Yes | Database profile name |