locus_literature
Search Europe PMC for literature mentioning a plant locus. Returns title, authors, journal, year, DOI, PMID, open-access status, citation count, and abstract. For non-Arabidopsis species, appends common name to disambiguate locus IDs.
Instructions
Search Europe PMC for literature mentioning a plant locus. Free, no API key. Returns up to size results (default 10, capped at 25) with title, authors, journal, year, DOI, PMID, open-access status, citation count, and abstract. For non-Arabidopsis species the species common name is appended to the query to disambiguate locus IDs (rice, maize, ...). Pair with resolve_locus_to_uniprot or ensembl_plants_lookup_locus to ground the locus before fanning out to the literature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locus | Yes | e.g. AT1G01010 (Arabidopsis), Os01g0100100 (rice) | |
| organism | No | Plant organism — accepts canonical slug (arabidopsis_thaliana), scientific or common name, or NCBI taxid | arabidopsis_thaliana |
| size | No | Max results (1–25, default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locus | Yes | ||
| organism | Yes | ||
| query | Yes | Final query string sent to Europe PMC | |
| hitCount | Yes | Total hits available upstream (may exceed returned) | |
| returned | Yes | Number of hits actually in hits[] | |
| hits | Yes |