DisProt Search
Search DisProt for intrinsically disordered proteins by text query (gene name, protein name, organism, or keyword). DisProt is a manually curated database providing experimentally validated disorder annotations with evidence codes and literature references. Returns DisProt ID, UniProt accession, protein name, organism, disorder content fraction, and number of annotated regions. Useful for finding disordered proteins in a specific pathway or organism. Example: searching 'TP53' returns DP00086 (p…
Overview
Search DisProt for intrinsically disordered proteins by text query (gene name, protein name, organism, or keyword). DisProt is a manually curated database providing experimentally validated disorder annotations with evidence codes and literature references. Returns DisProt ID, UniProt accession, protein name, organism, disorder content fraction, and number of annotated regions. Useful for finding disordered proteins in a specific pathway or organism. Example: searching 'TP53' returns DP00086 (p53, 37.7% disorder, 63 regions); searching 'amyloid' returns proteins associated with amyloid formation.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 105ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"page_size": {
"description": "Number of results to return (default 10, max 20).",
"type": "integer"
},
"query": {
"description": "Search term: gene name (e.g., 'TP53'), protein name (e.g., 'kinase'), organism (e.g., 'sapiens'), or keyword (e.g., 'amyloid', 'phase separation').",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default DisProt Search call
{
"page_size": 1,
"query": "BRCA1"
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DisProt_search
- Tool name
- DisProt_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse