Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_author_profile

Analyze Guardian journalist profiles to evaluate their work and contributions over a specified period. Input author name and dates to generate detailed insights from The Guardian's extensive archives.

Instructions

Generate comprehensive profile analysis for a Guardian journalist

Input Schema

NameRequiredDescriptionDefault
analysis_periodNoYear to analyze (e.g., "2024") or use from_date/to_date
authorYesAuthor/journalist name to analyze
from_dateNoStart date (YYYY-MM-DD) - alternative to analysis_period
to_dateNoEnd date (YYYY-MM-DD) - alternative to analysis_period

Input Schema (JSON Schema)

{ "properties": { "analysis_period": { "description": "Year to analyze (e.g., \"2024\") or use from_date/to_date", "type": "string" }, "author": { "description": "Author/journalist name to analyze", "type": "string" }, "from_date": { "description": "Start date (YYYY-MM-DD) - alternative to analysis_period", "type": "string" }, "to_date": { "description": "End date (YYYY-MM-DD) - alternative to analysis_period", "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