Back to catalog
Cortexa research tool·structure·clinical_guidelines
MAGICapp Get Sections
Get all sections (chapters) of a specific MAGICapp clinical guideline. Returns the structural organization of the guideline including section headings, text content, section types, and hierarchical ordering. Use this to understand the guideline's structure and find specific clinical topics within a guideline. Sections contain the narrative text while recommendations are accessed separately via MAGICapp_get_recommendations.
Livelast probed 2026-04-30 23:07Z· 89msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 89ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"guideline_id": {
"description": "Numeric guideline ID (use the publishedId from MAGICapp_list_guidelines, e.g., 10962 for oral cancer screening, 10258 for WHO mpox guidelines)",
"type": "integer"
}
},
"required": [
"guideline_id"
],
"type": "object"
}Examples (1)
Default MAGICapp Get Sections call
public-safeinput
{
"guideline_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MAGICapp_get_sections
- Tool name
- MAGICapp_get_sections
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse