Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_recommend_longreads

Receive tailored Long Read suggestions from The Guardian archives by providing context, topic preferences, and desired count for personalized article recommendations.

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