grokipedia
get_page_sections
Get a list of all section headers in an article.
Remote skymoore/grokipedia-mcp
Other tools also called get_page_sections?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"title": "Slug",
"description": "Unique slug identifier of page to list sections for"
}
}
}