get_page_citations
Fetch the citations list for any Grokipedia page by providing its unique slug. Optionally limit the number of citations returned.
Instructions
Get the citations list for a specific page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Unique slug identifier of page to retrieve citations from | |
| limit | No | Maximum number of citations to return (optional, returns all if not specified) |