Back to catalog
Cortexa research tool·genomics·guidelines
TRIP Database Guidelines Search
Search TRIP Database (Turning Research into Practice) for evidence-based clinical guidelines. TRIP is a specialized clinical search engine that focuses on high-quality evidence-based content, particularly clinical guidelines from reputable sources worldwide.
Livelast probed 2026-04-30 23:07Z· 2616msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 2616ms
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, treatment, or clinical question (e.g., 'diabetes management', 'stroke prevention', 'antibiotic therapy')",
"type": "string"
},
"search_type": {
"default": "guideline",
"description": "Type of content to search for (default: 'guideline'). Options include 'guideline', 'systematic-review', 'evidence-based-synopses'",
"type": "string"
}
},
"required": [
"query",
"limit",
"search_type"
],
"type": "object"
}Examples (1)
Default TRIP Database Guidelines Search call
public-safeinput
{
"limit": 3,
"query": "BRCA1",
"search_type": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_TRIP_Database_Guidelines_Search
- Tool name
- TRIP_Database_Guidelines_Search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse