Research a topic (search + full abstracts)
researchRun a keyword search across PhilPapers/PhilArchive and retrieve full abstracts, subjects, and language for each result in a single call, enabling quick literature review without fetching each paper separately.
Instructions
One-shot literature scan: runs a keyword search across PhilPapers/PhilArchive and, for each hit, fetches the archive's canonical metadata (verbatim full abstract, subjects, language) via OAI-PMH — so you get a ready-to-read digest in a single call instead of search_papers + get_paper per result. Returns fewer results than search_papers by default because it does more work per item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Topic or search terms to research. | |
| limit | No | How many papers to include with full abstracts (1–20, default 5). | |
| year_from | No | Only papers published in or after this year. | |
| year_to | No | Only papers published in or before this year. | |
| open_access_only | No | Only include papers with a downloadable open-access PDF. |