Back to catalog
Cortexa research tool·structure·prosite
PROSITE Search
Search the PROSITE database for protein motifs, domains, and functional site patterns by keyword. Uses the EBI InterPro API which indexes all PROSITE entries. Returns accession numbers, names, types, and InterPro cross-references. Useful for finding PROSITE patterns related to a biological function (e.g., 'kinase', 'zinc finger', 'glycosylation'). Follow up with PROSITE_get_entry to get full details of any result.
Livelast probed 2026-05-01 01:00Z· 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": {
"limit": {
"description": "Maximum number of results to return (default: 10, max: 50).",
"type": "integer"
},
"query": {
"description": "Search keyword(s) for PROSITE entries. Examples: 'zinc finger', 'kinase', 'glycosylation', 'insulin', 'p53', 'EGF-like domain'.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default PROSITE Search call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PROSITE_search
- Tool name
- PROSITE_search
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse