Back to catalog
Cortexa research tool·genomics·guidelines
OpenAlex Guidelines Search
Search for clinical practice guidelines using OpenAlex scholarly database. Provides access to a comprehensive collection of guidelines from various sources worldwide, with citation metrics and institutional affiliations.
Livelast probed 2026-04-30 23:07Z· 4913msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 4913ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of guidelines to return (default: 10)",
"type": "integer"
},
"query": {
"description": "Medical condition or clinical topic to search for guidelines (e.g., 'diabetes management', 'hypertension treatment', 'cancer screening')",
"type": "string"
},
"year_from": {
"description": "Filter for guidelines published from this year onwards (optional) (optional, default: 5 years ago)",
"type": [
"integer",
"null"
]
},
"year_to": {
"description": "Filter for guidelines published up to this year (optional) (optional, default: current year)",
"type": [
"integer",
"null"
]
}
},
"required": [
"query",
"limit"
],
"type": "object"
}Examples (1)
Default OpenAlex Guidelines Search call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenAlex_Guidelines_Search
- Tool name
- OpenAlex_Guidelines_Search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse