{"tools":[{"name":"fetch","description":"Fetches a website and returns its content","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to fetch"}}},"endpoint":"/fetch"},{"name":"onboarding","description":"Get the onboarding instruction for LLM to act independently from model vendor","inputSchema":{"type":"object","required":[],"properties":{}},"endpoint":"/onboarding"},{"name":"get_croissant_record","description":"Convert a dataset to Croissant ML format with get_croissant_record tool and explore the dataset with DOI or handle.","inputSchema":{"type":"object","required":["doi"],"properties":{"doi":{"type":"string","description":"DOI of the dataset"}}},"endpoint":"/get_croissant_record"},{"name":"datatool","description":"Process a file in a dataset with DOI with datatool tool","inputSchema":{"type":"object","required":["doi","file"],"properties":{"doi":{"type":"string","description":"DOI of the dataset"},"file":{"type":"string","description":"File to process"}}},"endpoint":"/tools/datatool"},{"name":"overview","description":"Get an overview of the Dataverse installations around the world sorted by country. Entrance point for the overview tools if no hosts are provided.","inputSchema":{"type":"object","required":[],"properties":{}},"endpoint":"/overview"},{"name":"overview_datasets","description":"Get an overview of the Dataverse datasets statistics by host","inputSchema":{"type":"object","required":["host"],"properties":{"host":{"type":"string","description":"Host of the Dataverse installation (e.g. dataverse.nl)"}}},"endpoint":"/overview/datasets"},{"name":"overview_files","description":"Get an overview of the Dataverse files statistics by host","inputSchema":{"type":"object","required":["host"],"properties":{"host":{"type":"string","description":"Host of the Dataverse installation (e.g. dataverse.nl)"}}},"endpoint":"/overview/files"},{"name":"search_datasets","description":"Search for datasets in a Dataverse installation","inputSchema":{"type":"object","required":["host","query"],"properties":{"host":{"type":"string","description":"Host of the Dataverse installation (e.g. dataverse.nl)"},"query":{"type":"string","description":"Query to search for datasets"}}},"endpoint":"/search/datasets"}]}