get_page_section
Extract a specific section from a Grokipedia article by providing the page slug and exact section header, with optional control over the maximum content length.
Instructions
Extract a specific section from an article by header name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Unique slug identifier of page to extract section from | |
| section_header | Yes | Exact header text of the section to extract (case-insensitive) | |
| max_length | No | Maximum length of section content to return (default: 5000) |