Inspect the schema behind a story
inspect_schemaView the full schema—tables, columns, relationships—for a plain-English dataset description without generating data. Preview structure before authoring a misata.yaml file.
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 |