Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_search_by_length

Filter and search The Guardian articles by word count range, section, date, and sort order to find precise results from their extensive archive.

Instructions

Search Guardian articles filtered by word count range

Input Schema

NameRequiredDescriptionDefault
from_dateNoStart date (YYYY-MM-DD format)
max_wordsNoMaximum word count (default: unlimited)
min_wordsNoMinimum word count (default: 0)
order_byNoSort order: 'newest', 'oldest', 'relevance' (default: 'newest')
page_sizeNoResults per page, max 200 (default: 20)
queryNoSearch terms (optional)
sectionNoFilter by section ID
to_dateNoEnd date (YYYY-MM-DD format)

Input Schema (JSON Schema)

{ "properties": { "from_date": { "description": "Start date (YYYY-MM-DD format)", "type": "string" }, "max_words": { "description": "Maximum word count (default: unlimited)", "minimum": 1, "type": "integer" }, "min_words": { "description": "Minimum word count (default: 0)", "minimum": 0, "type": "integer" }, "order_by": { "description": "Sort order: 'newest', 'oldest', 'relevance' (default: 'newest')", "enum": [ "newest", "oldest", "relevance" ], "type": "string" }, "page_size": { "description": "Results per page, max 200 (default: 20)", "maximum": 200, "minimum": 1, "type": "integer" }, "query": { "description": "Search terms (optional)", "type": "string" }, "section": { "description": "Filter by section ID", "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