grokipedia

get_page

Get complete page information including metadata, content preview, and citations summary.

Remote skymoore/grokipedia-mcp

Other tools also called get_page? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug",
      "description": "Unique slug identifier of the page to retrieve"
    },
    "max_content_length": {
      "type": "integer",
      "title": "Max Content Length",
      "default": 5000,
      "minimum": 100,
      "description": "Maximum length of content to return (default: 5000)"
    }
  }
}