analyze_dataset_structure
Analyze dataset structure to understand field definitions, data types, and sample records for better data comprehension and integration.
Instructions
Deep data structure analysis with field definitions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageId | Yes | The ID of the dataset to analyze | |
| includeDataPreview | No | Whether to include sample data records | |
| previewLimit | No | Number of sample records to include | |
| previewOffset | No | Offset for the sample data preview | |
| previewFilters | No | Datastore filters applied when fetching the preview sample. | |
| previewQ | No | Datastore full-text query for the preview sample. | |
| previewPlain | No | Disable text highlighting in preview results when true. | |
| previewDistinct | No | Return only distinct rows in the preview sample. | |
| previewFields | No | Subset of fields to include in the preview sample. | |
| previewSort | No | Sort expression for preview samples. | |
| previewIncludeTotal | No | Include the total record count in preview responses. | |
| previewRecordsFormat | No | Datastore preview records format (e.g., objects or lists). |