Parameters
The unique identifier of the dataset.This ID can be obtained from the
search_datasets tool results or from a data.gouv.fr dataset URL.Returns
Returns a formatted text response containing:- Dataset title
- Dataset ID and slug
- Dataset URL on data.gouv.fr
- Short description
- Full description (truncated to 500 characters if longer than short description)
- Organization name and ID
- Tags (up to 10)
- Number of resources (files)
- Creation date
- Last update date
- License information
- Update frequency
Error handling
The tool handles the following error cases:- 404 Not Found: Returns a message indicating the dataset ID was not found
- Other HTTP errors: Returns the HTTP status code and error details
- Unexpected errors: Returns the error message
Usage notes
This tool fetches data from the data.gouv.fr API v1
/datasets/{id} endpoint, which provides comprehensive metadata about a dataset.When to use this tool
Useget_dataset_info when you need:
- Complete metadata about a dataset before working with its resources
- Organization information for attribution or context
- License information to understand usage rights
- Update frequency to assess data freshness
- Full description for detailed understanding of dataset contents
Next steps
After getting dataset information:- Use
list_dataset_resourcesto see available files in the dataset - Use
get_resource_infoto get details about a specific file - Use
query_resource_dataordownload_and_parse_resourceto access the data