get_related_pages
Find pages linked from a given Grokipedia page by its slug. Specify the maximum number of related pages to return.
Instructions
Get pages that are linked from the specified page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Unique slug identifier of page to find related pages for | |
| limit | No | Maximum number of related pages to return (default: 10) |