describe_table
Get column details for a table in PostgreSQL, MySQL, or SQLite databases. Specify the database, table, and optionally the schema.
Instructions
Describe columns for a table in a configured database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database id from list_databases | |
| table | Yes | Table name | |
| schema | No | Schema name (Postgres/MySQL). Ignored for SQLite. |