Skip to main content
Glama

guardian-mcp-server

by jbenton
MIT License

guardian_get_article

Extract full article content from The Guardian using an article ID or URL, with customizable fields and truncation options for efficient data retrieval.

Instructions

Retrieve full content of a specific Guardian article

Input Schema

NameRequiredDescriptionDefault
article_idYesThe Guardian article ID or full URL (e.g., "politics/2024/dec/01/example" or "https://www.theguardian.com/politics/2024/dec/01/example")
show_fieldsNoFields to include (default: headline,standfirst,body,byline,publication,firstPublicationDate)
truncateNoWhether to truncate content to preview length (default: false for full content)

Input Schema (JSON Schema)

{ "properties": { "article_id": { "description": "The Guardian article ID or full URL (e.g., \"politics/2024/dec/01/example\" or \"https://www.theguardian.com/politics/2024/dec/01/example\")", "type": "string" }, "show_fields": { "description": "Fields to include (default: headline,standfirst,body,byline,publication,firstPublicationDate)", "type": "string" }, "truncate": { "description": "Whether to truncate content to preview length (default: false for full content)", "type": "boolean" } }, "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