grokipedia

get_page_section

Extract a specific section from an article by header name.

Remote skymoore/grokipedia-mcp

Other tools also called get_page_section? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug",
      "description": "Unique slug identifier of page to extract section from"
    },
    "max_length": {
      "type": "integer",
      "title": "Max Length",
      "default": 5000,
      "minimum": 100,
      "description": "Maximum length of section content to return (default: 5000)"
    },
    "section_header": {
      "type": "string",
      "title": "Section Header",
      "description": "Exact header text of the section to extract (case-insensitive)"
    }
  }
}