guardian_search_by_author
Search The Guardian archives for articles by a specific author, filtering by date, section, or keywords, and sorting by newest, oldest, or relevance.
Instructions
Search Guardian articles by specific author/journalist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
author | Yes | Author name to search for | |
from_date | No | Start date (YYYY-MM-DD format) | |
order_by | No | Sort order: 'newest', 'oldest', 'relevance' (default: 'newest') | |
page | No | Page number (default: 1) | |
page_size | No | Results per page, max 200 (default: 20) | |
query | No | Additional search terms within author's articles | |
section | No | Filter by section ID | |
to_date | No | End date (YYYY-MM-DD format) |