Back to catalog
Cortexa research tool·genomics·odphp
Odphp Outlink Fetch
This tool retrieves readable text from ODPHP article links and information sources. This is helpful after using the `odphp_myhealthfinder` or `odphp_topicsearch` tools or when the user wants to simply dive deeper into ODPHP data.
Livelast probed 2026-04-30 23:07Z· 107msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 107ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_chars": {
"description": "Optional hard cap on extracted text length (e.g., 5000)",
"type": "integer"
},
"return_html": {
"description": "If true, also return minimally cleaned HTML",
"type": "boolean"
},
"urls": {
"description": "1–3 absolute URLs from AccessibleVersion or RelatedItems.Url",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"urls",
"max_chars",
"return_html"
],
"type": "object"
}Examples (1)
Default Odphp Outlink Fetch call
public-safeinput
{
"max_chars": 1,
"return_html": false,
"urls": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_odphp_outlink_fetch
- Tool name
- odphp_outlink_fetch
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse