guardian_find_related
Identify related Guardian articles by analyzing shared tags, filtering by date range, section, and minimum tag similarity to enhance content discovery and research.
Instructions
Find articles related to a given article using shared tags
Input Schema
Name | Required | Description | Default |
---|---|---|---|
article_id | Yes | Guardian article ID or full URL to find related articles for | |
exclude_same_section | No | Exclude articles from the same section (default: false) | |
max_days_old | No | Only find articles within this many days of the original (default: unlimited) | |
page_size | No | Results per page, max 50 (default: 10) | |
similarity_threshold | No | Minimum number of shared tags required (default: 2) |