Skip to main content
Glama

get_page_citations

Retrieve citation lists for specific Grokipedia pages to verify sources and support research with optional limit controls.

Instructions

Get the citations list for a specific page.

Input Schema

NameRequiredDescriptionDefault
slugYesUnique slug identifier of page to retrieve citations from
limitNoMaximum number of citations to return (optional, returns all if not specified)

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Maximum number of citations to return (optional, returns all if not specified)", "title": "Limit" }, "slug": { "description": "Unique slug identifier of page to retrieve citations from", "title": "Slug", "type": "string" } }, "required": [ "slug" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/skymoore/grokipedia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server