Back to catalog
Cortexa research tool·genomics·proteins_api
Proteins API Get Publications
Get publications associated with a protein from the Proteins API. Supports batch operations: pass a list of accessions or comma-separated string to retrieve multiple proteins in parallel. Returns literature references linked to the UniProt accession, including PubMed IDs and citation details. Note: This tool extracts publications from the main protein endpoint (the separate publications endpoint is not available). Returns all publication references.
Livelast probed 2026-04-30 23:07Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"accession": {
"description": "UniProt protein accession(s). Can be a single accession (e.g., 'P05067'), comma-separated string (e.g., 'P05067,P04637'), or list (e.g., ['P05067', 'P04637']). Use UniProt search or ebi_search_domain with domain='uniprot' to find valid accessions.",
"type": [
"string",
"array"
]
},
"format": {
"default": "json",
"description": "Response format. JSON is recommended for most use cases.",
"enum": [
"json",
"xml"
],
"type": "string"
}
},
"required": [
"accession"
],
"type": "object"
}Examples (1)
Default Proteins API Get Publications call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_proteins_api_get_publications
- Tool name
- proteins_api_get_publications
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse