grokipedia
get_page_content
Get only the article content without citations or metadata.
Remote skymoore/grokipedia-mcp
Other tools also called get_page_content?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"title": "Slug",
"description": "Unique slug identifier of the page to retrieve content from"
},
"max_length": {
"type": "integer",
"title": "Max Length",
"default": 10000,
"minimum": 100,
"description": "Maximum length of content to return (default: 10000)"
}
}
}