Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_content_timeline

Track and visualize trends in Guardian newspaper content over time by analyzing topic-related articles within specified date ranges and intervals. Identify peak activity and trends using customizable filters.

Instructions

Analyze content timeline for a topic over time showing trends and peaks

Input Schema

NameRequiredDescriptionDefault
from_dateYesStart date (YYYY-MM-DD)
intervalNoTime interval for analysis
queryYesTopic or search terms to analyze over time
sectionNoFilter by section (optional)
to_dateYesEnd date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "from_date": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "interval": { "description": "Time interval for analysis", "enum": [ "day", "week", "month", "quarter" ], "type": "string" }, "query": { "description": "Topic or search terms to analyze over time", "type": "string" }, "section": { "description": "Filter by section (optional)", "type": "string" }, "to_date": { "description": "End date (YYYY-MM-DD)", "type": "string" } }, "required": [ "query", "from_date", "to_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