Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_topic_trends

Track and compare trends of up to 5 topics over time using correlation analysis, leveraging The Guardian's archives from 1999 to present for insights.

Instructions

Compare trends of multiple topics over time with correlation analysis

Input Schema

NameRequiredDescriptionDefault
from_dateYesStart date (YYYY-MM-DD)
intervalNoTime interval for comparison
to_dateYesEnd date (YYYY-MM-DD)
topicsYesList of topics/keywords to compare (max 5)

Input Schema (JSON Schema)

{ "properties": { "from_date": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "interval": { "description": "Time interval for comparison", "enum": [ "month", "quarter", "year" ], "type": "string" }, "to_date": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "topics": { "description": "List of topics/keywords to compare (max 5)", "items": { "type": "string" }, "maxItems": 5, "minItems": 1, "type": "array" } }, "required": [ "topics", "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