list_tables
Discover all user tables and their column names in a PostgreSQL database to provide schema context for query plan analysis.
Instructions
Return a list of all user tables and their columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |