get_linked_pages
Retrieve pages linked from a Grokipedia article using its slug, ranked by mention frequency and first position.
Instructions
Get pages that are linked from the specified article.
Grokipedia no longer publishes a curated linked-pages field, so links are derived from /page/ markdown links in the article content and ranked by mention frequency, then first position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Unique slug identifier of page to find linked pages for | |
| limit | No | Maximum number of linked pages to return (default: 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | ||
| content | Yes | ||
| isError | No | ||
| structuredContent | No |