Back to catalog
Cortexa research tool·structure·ebi_search
Ebi Get Entry
Get detailed information about a specific entry from an EBI domain by its ID. IMPORTANT: EBI Search requires specific entry ID formats (e.g., 'P53_HUMAN' not 'P04637'). If entry_id doesn't work, the tool automatically searches for the entry and returns it. For best results, first use ebi_search_domain to find entries, then use the 'id' field from search results as entry_id. Returns complete entry data with all available fields.
Livelast probed 2026-04-30 23:07Z· 111msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 111ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"domain": {
"description": "EBI domain (e.g., 'ensembl', 'uniprot', 'interpro')",
"type": "string"
},
"entry_id": {
"description": "Entry ID in the domain (e.g., Ensembl gene ID, UniProt accession, InterPro accession)",
"type": "string"
},
"fields": {
"description": "Comma-separated list of specific fields to return. If not specified, returns all fields.",
"type": "string"
},
"format": {
"default": "json",
"enum": [
"json",
"xml"
],
"type": "string"
}
},
"required": [
"domain",
"entry_id"
],
"type": "object"
}Examples (1)
Default Ebi Get Entry call
public-safeinput
{
"domain": "",
"entry_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ebi_get_entry
- Tool name
- ebi_get_entry
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse