Euhealthinfo Deepdive
This tool identifies and retrieves relevant links related to publicly accessible datasets and information sources. Using metadata or topic-specific queries, it generates structured outputs of categorized links, including direct download pages, resource portals, and other associated materials. When metadata is unavailable or incomplete, the tool dynamically navigates query results to provide actionable outputs. It also classifies links by type and provides additional contextual details, ensuring…
Overview
This tool identifies and retrieves relevant links related to publicly accessible datasets and information sources. Using metadata or topic-specific queries, it generates structured outputs of categorized links, including direct download pages, resource portals, and other associated materials. When metadata is unavailable or incomplete, the tool dynamically navigates query results to provide actionable outputs. It also classifies links by type and provides additional contextual details, ensuring users can access pertinent resources for their informational needs.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 6932ms
Schema
JSON Schema the agent (or your API call) must match.
{
"oneOf": [
{
"required": [
"uuids"
]
},
{
"required": [
"topic"
]
}
],
"properties": {
"alpha": {
"default": 0.5,
"description": "Blend ratio used when method='hybrid'.",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"country": {
"description": "Country filter applied when resolving seeds from 'topic'. Accepts full names (e.g., 'Germany') or ISO-3166 codes ('DE', 'DEU'). Case-insensitive; substring/IRI-tail matching allowed.",
"type": "string"
},
"language": {
"description": "Language filter applied when resolving seeds from 'topic'. Accepts ISO 639-1 codes (e.g., 'en') or full names (e.g., 'English'). Case-insensitive; substring/IRI-tail matching allowed.",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum number of datasets to resolve when using 'topic'. Default 10.",
"type": "integer"
},
"links_per": {
"default": 3,
"description": "Maximum number of outgoing links to classify per dataset. Default 3.",
"type": "integer"
},
"method": {
"default": "hybrid",
"description": "Search strategy used when resolving from topic (ignored if 'uuids' are given).",
"enum": [
"keyword",
"embedding",
"hybrid"
],
"type": "string"
},
"term_override": {
"description": "Overrides the default topic seed terms with a custom query string when using 'topic'.",
"type": "string"
},
"top_k": {
"default": 25,
"description": "Number of candidate documents to retrieve before filtering.",
"type": "integer"
},
"topic": {
"description": "Topic name to resolve seeds from (e.g., 'euhealthinfo_search_cancer'). Used when 'uuids' are not provided.",
"type": "string"
},
"uuids": {
"description": "Dataset UUIDs to deep-dive (format 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'). If provided, the tool inspects exactly these datasets.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}Examples (1)
Default Euhealthinfo Deepdive call
{
"alpha": 1,
"limit": 3,
"links_per": 1,
"top_k": 1,
"uuids": []
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_euhealthinfo_deepdive
- Tool name
- euhealthinfo_deepdive
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse