Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_lookback

Retrieve top stories from The Guardian archives by specifying a date or range. Filter by section and control result count for tailored news exploration.

Instructions

Find top stories from a specific date or date range

Input Schema

NameRequiredDescriptionDefault
dateYesSpecific date (YYYY-MM-DD) or start of range
end_dateNoEnd date for range (YYYY-MM-DD)
page_sizeNoNumber of results (default: 20)
sectionNoFilter by section

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Specific date (YYYY-MM-DD) or start of range", "type": "string" }, "end_date": { "description": "End date for range (YYYY-MM-DD)", "type": "string" }, "page_size": { "description": "Number of results (default: 20)", "maximum": 200, "minimum": 1, "type": "integer" }, "section": { "description": "Filter by section", "type": "string" } }, "required": [ "date" ], "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