get_page_content
Extract the core article text from a Grokipedia page using its unique slug, omitting citations and additional metadata.
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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | ||
| content | Yes | ||
| isError | No | ||
| structuredContent | No |