Back to catalog
Cortexa research tool·structure·cath
CATH List Funfams
List functional families (FunFams) within a CATH superfamily. FunFams group protein domains that share the same function, identified by conserved specificity-determining residues. Returns FunFam numbers, names, member counts, and representative domain IDs. Example: superfamily 1.10.510.10 (Globin-like) has 4,524 FunFams including CaM kinase (2,698 members) and Myosin light chain kinase (1,234 members). Use CATH_get_superfamily to find superfamily IDs first.
Livelast probed 2026-05-01 01:00Z· 5791msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 5791ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_results": {
"default": 25,
"description": "Maximum number of FunFams to return (default: 25).",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"superfamily_id": {
"description": "CATH superfamily ID in C.A.T.H format. Examples: '1.10.510.10' (Globin-like), '2.40.50.140' (Nucleic acid-binding), '3.40.50.300' (P-loop NTPases), '2.60.40.10' (Immunoglobulin-like).",
"type": "string"
}
},
"required": [
"superfamily_id"
],
"type": "object"
}Examples (1)
Default CATH List Funfams call
public-safeinput
{
"max_results": 1,
"superfamily_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CATH_list_funfams
- Tool name
- CATH_list_funfams
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse