Skip to main content
Glama

guardian-mcp-server

by jbenton

guardian_content_timeline

Track and analyze content trends and peaks for specific topics over time using The Guardian's article archives from 1999. Input search terms, date range, and interval to visualize topic activity.

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