get_source_schema
Retrieve a source's full schema including column types, cardinality, fill rates, formula relationships, and detected join keys. Use it to understand data structure and relationships before querying.
Instructions
Advanced tool. Get the full schema for a specific registered source: column types, cardinality, fill rates, formula relationships, and detected join keys to other sources. Read-only and non-destructive; not separately rate-limited. Use list_sources to find source ids. Returns source_id and the full schema: column types, cardinality, fill rates, formula relationships, and detected join keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | Source ID from list_sources. |