schema
Retrieve the complete schema of a database including tables, columns, data types, primary keys, row counts, and sizes.
Instructions
Get the full schema of a database: tables, columns, types, primary keys, row counts, and sizes.
Args: database: Name of the database from config (use list_databases to see available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |