uniprot_search_citations
Search UniProt citations by title, author, or year to find citation IDs like PubMed IDs. Supports free text and field-specific queries for targeted results.
Instructions
Search the UniProt citations index (the literature UniProt references)
by title, author, or year. Use this to find a citation's ID (typically a
PubMed ID); once you have it, call uniprot_get_citation for the full
record. For the publications attached to one specific protein entry, use
uniprot_get_publications instead. Returns up to size matches, or an
empty list if nothing matches. Examples: 'p53 AND author:Vogelstein',
'BRCA1 AND year:[2020 TO 2024]'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Maximum number of results to return; capped at 500 server-side. | |
| query | Yes | Citation query using UniProt citation fields, e.g. 'p53 AND author:Vogelstein' or 'BRCA1 AND year:[2020 TO 2024]'. Supports free text plus 'author:', 'title:', and 'year:' ranges. | |
| response_format | No | 'markdown' (default) for a human-readable report with a provenance footer, or 'json' for a machine-parseable structured payload with the same data. Any other value is rejected. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |