Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GUARDIAN_API_KEY | Yes | Your Guardian Open Platform API key, required for accessing the archives |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
guardian_search | Search Guardian articles with flexible filtering options |
guardian_get_article | Retrieve full content of a specific Guardian article |
guardian_longread | Search specifically for articles from The Long Read series |
guardian_lookback | Find top stories from a specific date or date range |
guardian_browse_section | Browse recent articles from a specific Guardian section |
guardian_get_sections | Get all available Guardian sections |
guardian_search_tags | Search through Guardian's 50,000+ tags to find relevant ones |
guardian_search_by_length | Search Guardian articles filtered by word count range |
guardian_search_by_author | Search Guardian articles by specific author/journalist |
guardian_find_related | Find articles related to a given article using shared tags |
guardian_get_article_tags | Get detailed tag information for a specific Guardian article |
guardian_content_timeline | Analyze content timeline for a topic over time showing trends and peaks |
guardian_author_profile | Generate comprehensive profile analysis for a Guardian journalist |
guardian_topic_trends | Compare trends of multiple topics over time with correlation analysis |
guardian_top_stories_by_date | Get intelligently ranked top stories for a specific date using editorial prioritization |
guardian_recommend_longreads | Get personalized Long Read recommendations based on context and preferences |