Skip to main content
Glama

get_page_section

Extract specific sections from Grokipedia articles by header name to retrieve targeted information without reading entire pages.

Instructions

Extract a specific section from an article by header name.

Input Schema

NameRequiredDescriptionDefault
slugYesUnique slug identifier of page to extract section from
section_headerYesExact header text of the section to extract (case-insensitive)
max_lengthNoMaximum length of section content to return (default: 5000)

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/skymoore/grokipedia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server