uniprot_search_uniparc
Search UniParc non-redundant sequence archive by taxonomy, source database, or query fields to locate sequences without a known UPI.
Instructions
Search the UniParc non-redundant sequence archive by taxonomy,
source database, or other UniParc query fields — the entry point when
you don't already have a UPI. Examples: 'taxonomy_id:9606' for human
sequences, 'database:Ensembl' for Ensembl-derived entries. Once you
have a UPI from the results, use uniprot_get_uniparc for the full
record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Maximum number of results to return; capped at 500 server-side. | |
| query | Yes | UniProt query-language expression, e.g. '(gene:TP53) AND (organism_id:9606)'. Field syntax follows https://www.uniprot.org/help/query-fields. | |
| 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 |