Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_browse_section

Explore recent articles from a specific Guardian section by specifying the section ID and optional parameters like days back and page size.

Instructions

Browse recent articles from a specific Guardian section

Input Schema

NameRequiredDescriptionDefault
days_backNoHow many days back to search (default: 7)
page_sizeNoNumber of results, max 200 (default: 20)
sectionYesSection ID (use guardian_get_sections to find valid IDs)

Input Schema (JSON Schema)

{ "properties": { "days_back": { "description": "How many days back to search (default: 7)", "maximum": 365, "minimum": 1, "type": "integer" }, "page_size": { "description": "Number of results, max 200 (default: 20)", "maximum": 200, "minimum": 1, "type": "integer" }, "section": { "description": "Section ID (use guardian_get_sections to find valid IDs)", "type": "string" } }, "required": [ "section" ], "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/jbenton/guardian-mcp-server'

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