Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_top_stories_by_date

Retrieve editorially curated top stories from The Guardian archives for a specific date, filtered by section and customizable count, to analyze trending news effectively.

Instructions

Get intelligently ranked top stories for a specific date using editorial prioritization

Input Schema

NameRequiredDescriptionDefault
dateYesDate to analyze (YYYY-MM-DD)
sectionNoFilter by section (optional)
story_countNoNumber of top stories to return (default: 10, max: 20)

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Date to analyze (YYYY-MM-DD)", "type": "string" }, "section": { "description": "Filter by section (optional)", "type": "string" }, "story_count": { "description": "Number of top stories to return (default: 10, max: 20)", "maximum": 20, "minimum": 1, "type": "integer" } }, "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