Back to catalog
Cortexa research tool·genomics·guidelines
PubMed Guidelines Search
Search PubMed for peer-reviewed clinical practice guidelines using NCBI E-utilities. Filters results specifically for guideline and practice guideline publication types. Provides access to high-quality, evidence-based clinical guidelines from medical journals worldwide.
Livelast probed 2026-04-30 23:07Z· 3245msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 3245ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"api_key": {
"description": "Optional NCBI API key for higher rate limits. Get your free key at https://www.ncbi.nlm.nih.gov/account/ (optional, leave empty or null for anonymous access)",
"type": [
"string",
"null"
]
},
"limit": {
"default": 10,
"description": "Maximum number of guidelines to return (default: 10)",
"type": "integer"
},
"query": {
"description": "Medical condition, treatment, or clinical topic to search for (e.g., 'diabetes', 'hypertension management', 'cancer treatment')",
"type": "string"
}
},
"required": [
"query",
"limit"
],
"type": "object"
}Examples (1)
Default PubMed 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_PubMed_Guidelines_Search
- Tool name
- PubMed_Guidelines_Search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse