Back to catalog
Cortexa research tool·clinical·odphp
Odphp Myhealthfinder
This tool provides personalized preventive-care recommendations and it is helpful for different ages, sexes, pregnancy status, gives age/sex/pregnancy. It retrieves metadata, plain-language sections, and dataset links to the full article (AccessibleVersion links). If the user wants the full text of a recommendation, the `odphp_outlink_fetch` tool is helpful.
Livelast probed 2026-04-30 23:07Z· 102msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 102ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"age": {
"description": "Age in years (0–120)",
"type": "integer"
},
"lang": {
"description": "Language code (en or es)",
"type": "string"
},
"pregnant": {
"description": "\"Yes\" or \"No\"",
"type": "string"
},
"sex": {
"description": "Male or Female",
"type": "string"
},
"strip_html": {
"description": "If true, also return PlainSections[] with HTML removed for each topic",
"type": "boolean"
}
},
"required": [
"lang",
"age",
"sex",
"pregnant",
"strip_html"
],
"type": "object"
}Examples (1)
Default Odphp Myhealthfinder call
public-safeinput
{
"age": 1,
"lang": "",
"pregnant": "",
"sex": "",
"strip_html": false
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_odphp_myhealthfinder
- Tool name
- odphp_myhealthfinder
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse