get_dataset_insights
Analyze CKAN datasets to identify patterns in update frequency and data structure, helping users understand dataset characteristics and quality.
Instructions
Comprehensive analysis combining multiple dimensions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for finding datasets to analyze | |
| includeUpdateFrequency | No | Whether to include update frequency analysis | |
| includeDataStructure | No | Whether to include data structure analysis | |
| maxDatasets | No | Maximum number of datasets to analyze | |
| start | No | Offset into the CKAN result set (maps to Action API 'start'). | |
| fq | No | Filter query to narrow search results using CKAN's Solr syntax. | |
| sort | No | Sort expression supported by package_search. | |
| facetFields | No | List of facet fields to request from CKAN (defaults to organization, groups, tags). | |
| includePrivate | No | Set true when using an API key and you want private datasets included. | |
| rows | No | Override the number of CKAN rows requested before filtering for analysis. | |
| extraSearchParams | No | Additional CKAN package_search parameters to forward verbatim. |