Back to catalog
Cortexa research tool·genomics·uniprot
UniProt Search Uniref
Search UniRef clusters. Returns clusters matching the query. Use this to find UniRef clusters for specific proteins or organisms. Query syntax supports protein accessions, gene names, organism filters, etc.
Livelast probed 2026-04-30 23:07Z· 96msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 96ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"cluster_type": {
"default": "UniRef50",
"description": "UniRef cluster type: UniRef100 (100% identity), UniRef90 (90% identity), UniRef50 (50% identity)",
"enum": [
"UniRef100",
"UniRef90",
"UniRef50"
],
"type": "string"
},
"limit": {
"default": 25,
"description": "Maximum number of results to return (default: 25, max: 500)",
"type": "integer"
},
"query": {
"description": "Search query. Examples: 'P04637' (protein accession), 'name:TP53', 'organism_id:9606' (human). Supports UniProt query syntax.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default UniProt Search Uniref call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_UniProt_search_uniref
- Tool name
- UniProt_search_uniref
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse