search_datasets
Search for datasets on France's national open data platform using keywords to find relevant public data with metadata like title, organization, and tags.
Instructions
Search for datasets on data.gouv.fr by keywords.
This is typically the first step in exploring data.gouv.fr. Returns a list of datasets matching the search query with their metadata, including title, description, organization, tags, and resource count.
After finding relevant datasets, use get_dataset_info to get more details, or list_dataset_resources to see what files are available in a dataset.
Args: query: Search query string (searches in title, description, tags) page: Page number (default: 1) page_size: Number of results per page (default: 20, max: 100)
Returns: Formatted text with dataset information, including dataset IDs for further queries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |