Inspect the schema behind a story
inspect_schemaReturn the complete table schema with column types and relationships for a dataset described in plain English, including distribution parameters for synthetic data creation.
Instructions
Return the full schema (tables, columns, relationships) for a story without generating data.
Heavier than preview_story — includes every column with its type and
distribution params. Use when the user wants to see the structure they'll
get, or to author a misata.yaml file from a natural-language seed.
Args: story: Plain-English description of the dataset. rows: Default row count for the primary table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| story | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |