get_global_section
Retrieve a global section as a compact tree to inspect its structure and learn existing Header/Footer composition for building your own sections.
Instructions
Get one global section as a COMPACT tree (3-5x fewer tokens than raw JSON). Each line: ID [type] "text" .class [Nbind] [Nev] (children_count). Use this to learn how a real Header/Footer/block is composed before building your own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the FULL raw section JSON (large) instead of the compact tree — delivered via the large-result cache so you can split-read it with read_cached_result. | |
| global_section_id | Yes | Global section ID (from list_global_sections) |