Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_longread

Search and filter The Guardian's Long Read series articles by query, date range, and page size for in-depth analysis and research.

Instructions

Search specifically for articles from The Long Read series

Input Schema

NameRequiredDescriptionDefault
from_dateNoStart date (YYYY-MM-DD format)
pageNoPage number (default: 1)
page_sizeNoResults per page, max 200 (default: 10)
queryNoSearch terms within Long Read articles
to_dateNoEnd date (YYYY-MM-DD format)

Input Schema (JSON Schema)

{ "properties": { "from_date": { "description": "Start date (YYYY-MM-DD format)", "type": "string" }, "page": { "description": "Page number (default: 1)", "minimum": 1, "type": "integer" }, "page_size": { "description": "Results per page, max 200 (default: 10)", "maximum": 200, "minimum": 1, "type": "integer" }, "query": { "description": "Search terms within Long Read articles", "type": "string" }, "to_date": { "description": "End date (YYYY-MM-DD format)", "type": "string" } }, "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