get_schema
Return column names and types for a table by specifying the source and table name. Works across CSV, Postgres, and REST API data sources.
Instructions
Return the column names and types for a specific table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of the table | |
| source | Yes | Name of the source that contains the table |