Back to catalog
Cortexa research tool·clinical·odphp
Odphp Topicsearch
Find specific health topics and get their full content. Use when the user mentions a keyword (e.g., “folic acid”, “blood pressure”) or when you already have topic/category IDs from `odphp_itemlist`. Returns detailed topic pages (Title, Sections, RelatedItems) and an AccessibleVersion link. Next: to quote or summarize the actual page text, pass the AccessibleVersion (or RelatedItems URLs) to `odphp_outlink_fetch`.
Livelast probed 2026-04-30 23:07Z· 115msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 115ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"categoryId": {
"description": "Comma-separated category IDs",
"type": "string"
},
"keyword": {
"description": "Keyword search for topics",
"type": "string"
},
"lang": {
"description": "Language code (en or es)",
"type": "string"
},
"strip_html": {
"description": "If true, also return PlainSections[] with HTML removed for each topic",
"type": "boolean"
},
"topicId": {
"description": "Comma-separated topic IDs",
"type": "string"
}
},
"required": [
"lang",
"topicId",
"categoryId",
"keyword",
"strip_html"
],
"type": "object"
}Examples (1)
Default Odphp Topicsearch call
public-safeinput
{
"categoryId": "",
"keyword": "",
"lang": "",
"strip_html": false,
"topicId": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_odphp_topicsearch
- Tool name
- odphp_topicsearch
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse