Skip to main content
Glama

guardian-mcp-server

by jbenton

guardian_recommend_longreads

Discover personalized Long Read recommendations from The Guardian archives tailored to your interests, context, and topic preferences. Receive up to 10 curated articles based on specified criteria.

Instructions

Get personalized Long Read recommendations based on context and preferences

Input Schema

NameRequiredDescriptionDefault
contextNoContext about interests, current conversation, or what you're looking for
countNoNumber of recommendations (default: 3, max: 10)
from_dateNoEarliest publication date to consider (default: 3 months ago)
topic_preferenceNoSpecific topic or theme preference (e.g., "climate change", "technology", "culture")

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Context about interests, current conversation, or what you're looking for", "type": "string" }, "count": { "description": "Number of recommendations (default: 3, max: 10)", "maximum": 10, "minimum": 1, "type": "integer" }, "from_date": { "description": "Earliest publication date to consider (default: 3 months ago)", "type": "string" }, "topic_preference": { "description": "Specific topic or theme preference (e.g., \"climate change\", \"technology\", \"culture\")", "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