grokipedia

get_page_citations

Get the citations list for a specific page.

Remote skymoore/grokipedia-mcp

Other tools also called get_page_citations? See providers with this name

Input Schema


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