Back to catalog
Cortexa research tool·structure·ebi_search
Ebi Get Domain Info
Get metadata and field information for a specific EBI domain. Returns domain description, available fields, and search capabilities.
Livelast probed 2026-05-01 01:00Z· 1943msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1943ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"domain": {
"description": "EBI domain name (e.g., 'ensembl', 'uniprot', 'interpro')",
"type": "string"
},
"format": {
"default": "json",
"enum": [
"json",
"xml"
],
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}Examples (1)
Default Ebi Get Domain Info call
public-safeinput
{
"domain": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ebi_get_domain_info
- Tool name
- ebi_get_domain_info
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse