get_table_fields
Retrieve metadata for all columns in a specified Metabase table. Input the table ID and an optional limit to get field information.
Instructions
Get all fields/columns in a specific table.
Args: table_id: The ID of the table. limit: Maximum number of fields to return (default: 20).
Returns: Dictionary with field metadata, truncated if necessary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||