Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_find_related

Identify related Guardian articles by analyzing shared tags, filtering by date range, section, and minimum tag similarity to enhance content discovery and research.

Instructions

Find articles related to a given article using shared tags

Input Schema

NameRequiredDescriptionDefault
article_idYesGuardian article ID or full URL to find related articles for
exclude_same_sectionNoExclude articles from the same section (default: false)
max_days_oldNoOnly find articles within this many days of the original (default: unlimited)
page_sizeNoResults per page, max 50 (default: 10)
similarity_thresholdNoMinimum number of shared tags required (default: 2)

Input Schema (JSON Schema)

{ "properties": { "article_id": { "description": "Guardian article ID or full URL to find related articles for", "type": "string" }, "exclude_same_section": { "description": "Exclude articles from the same section (default: false)", "type": "boolean" }, "max_days_old": { "description": "Only find articles within this many days of the original (default: unlimited)", "minimum": 1, "type": "integer" }, "page_size": { "description": "Results per page, max 50 (default: 10)", "maximum": 50, "minimum": 1, "type": "integer" }, "similarity_threshold": { "description": "Minimum number of shared tags required (default: 2)", "maximum": 10, "minimum": 1, "type": "integer" } }, "required": [ "article_id" ], "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