Openaire Dataset Tools¶
Configuration File: openaire_dataset_tools.json
Tool Type: Local
Tools Count: 1
This page contains all tools defined in the openaire_dataset_tools.json configuration file.
Available Tools¶
OpenAIRE_search_datasets (Type: OpenAIREDatasetTool)¶
Search OpenAIRE for research datasets from the European open science ecosystem. Covers datasets f…
OpenAIRE_search_datasets tool specification
Tool Information:
Name:
OpenAIRE_search_datasetsType:
OpenAIREDatasetToolDescription: Search OpenAIRE for research datasets from the European open science ecosystem. Covers datasets from EU-funded projects (Horizon 2020, Horizon Europe), national repositories (Zenodo, DANS, Dryad, Figshare), and thousands of data archives across Europe. Complements DataGov_search_datasets (US federal data) with European and international research datasets. Supports filtering by funder (EC, NIH, NSF, ARC, etc.) and country (ISO 2-letter code).
Parameters:
keywords(string) (required) Search keywords for dataset discovery. Searches across titles, descriptions, and subjects.funder([‘string’, ‘null’]) (optional) Optional funder short name to filter datasets. Examples: ‘EC’ (European Commission), ‘NIH’, ‘NSF’, ‘ARC’ (Australian Research Council), ‘WT’ (Wellcome Trust), ‘FCT’ (Portugal), ‘SNSF’ (Swiss NSF).country([‘string’, ‘null’]) (optional) Optional ISO 3166-1 alpha-2 country code to filter by. Examples: ‘DE’ (Germany), ‘FR’ (France), ‘IT’ (Italy), ‘NL’ (Netherlands), ‘GB’ (UK), ‘ES’ (Spain).size(integer) (optional) Number of results to return. Default 10, maximum 100.
Example Usage:
query = {
"name": "OpenAIRE_search_datasets",
"arguments": {
"keywords": "example_value"
}
}
result = tu.run(query)