Back to catalog
Cortexa research tool·genomics·uniprot
UniProt ID Mapping
Map IDs between different databases (e.g., Ensembl to UniProt, Gene Name to UniProt). Supports batch mapping and async task processing. Use this to convert between different database identifiers.
Livelast probed 2026-05-01 01:00Z· 99msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 99ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"from_db": {
"description": "Source database. Examples: 'Ensembl', 'Gene_Name', 'RefSeq_Protein', 'PDB', 'EMBL'",
"type": "string"
},
"ids": {
"description": "ID(s) to map. Can be single string or array of strings, e.g., 'ENSG00000141510' or ['MEIOB', 'TP53']",
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
},
"max_wait_time": {
"description": "Maximum time to wait for async task completion in seconds (default: 30)",
"type": "integer"
},
"to_db": {
"description": "Target database (default: 'UniProtKB')",
"type": "string"
}
},
"required": [
"ids",
"from_db"
],
"type": "object"
}Examples (1)
Default UniProt ID Mapping call
public-safeinput
{
"from_db": "",
"max_wait_time": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_UniProt_id_mapping
- Tool name
- UniProt_id_mapping
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse