Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_search_by_author

Search The Guardian archives for articles by a specific author, filtering by date, section, or keywords, and sorting by newest, oldest, or relevance.

Instructions

Search Guardian articles by specific author/journalist

Input Schema

NameRequiredDescriptionDefault
authorYesAuthor name to search for
from_dateNoStart date (YYYY-MM-DD format)
order_byNoSort order: 'newest', 'oldest', 'relevance' (default: 'newest')
pageNoPage number (default: 1)
page_sizeNoResults per page, max 200 (default: 20)
queryNoAdditional search terms within author's articles
sectionNoFilter by section ID
to_dateNoEnd date (YYYY-MM-DD format)

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Author name to search for", "type": "string" }, "from_date": { "description": "Start date (YYYY-MM-DD format)", "type": "string" }, "order_by": { "description": "Sort order: 'newest', 'oldest', 'relevance' (default: 'newest')", "enum": [ "newest", "oldest", "relevance" ], "type": "string" }, "page": { "description": "Page number (default: 1)", "minimum": 1, "type": "integer" }, "page_size": { "description": "Results per page, max 200 (default: 20)", "maximum": 200, "minimum": 1, "type": "integer" }, "query": { "description": "Additional search terms within author's articles", "type": "string" }, "section": { "description": "Filter by section ID", "type": "string" }, "to_date": { "description": "End date (YYYY-MM-DD format)", "type": "string" } }, "required": [ "author" ], "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