get_page_content
Retrieve clean article content from Grokipedia by providing the page slug, optionally limiting the response length.
Instructions
Get only the article content without citations or metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Unique slug identifier of the page to retrieve content from | |
| max_length | No | Maximum length of content to return (default: 10000) |