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
Name | Required | Description | Default |
---|---|---|---|
article_id | Yes | The Guardian article ID or full URL (e.g., "politics/2024/dec/01/example" or "https://www.theguardian.com/politics/2024/dec/01/example") | |
show_fields | No | Fields to include (default: headline,standfirst,body,byline,publication,firstPublicationDate) | |
truncate | No | Whether to truncate content to preview length (default: false for full content) |