retrieve-data-source
Retrieve a data source schema by ID to get column names and types. Choose 'simple' for reduced token usage or 'json' for full API response.
Instructions
Retrieve a data source schema by its ID. Returns data source properties (columns) and their types. Use format='simple' (default) for reduced token usage, 'json' for full Notion API response. (API version 2025-09-03)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_source_id | Yes | Data source ID | |
| format | No | Output format: 'simple' or 'json' | simple |