find_relevant_datasets
Search for relevant datasets across 600+ open-data portals using intelligent relevance scoring and filtering options.
Instructions
Intelligent dataset discovery with relevance scoring
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for finding relevant datasets | |
| maxResults | No | Maximum number of results to return | |
| includeRelevanceScore | No | Whether to include relevance scores in results | |
| 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. | |
| extraSearchParams | No | Additional CKAN package_search parameters to forward verbatim. | |
| 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 relevance re-ranking. |