uniprot_get_keyword
Retrieve detailed information about a UniProt keyword using its ID, including name, definition, category, synonyms, GO cross-references, and hierarchical relationships.
Instructions
Fetch a UniProt keyword by ID (e.g. KW-0007 for Acetylation, KW-0539 for Nucleus). Returns name, definition, category, synonyms, GO cross-refs, and parent/child hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword_id | Yes | UniProt keyword ID, e.g. 'KW-0007' (Acetylation). Always starts with 'KW-'. | |
| response_format | No | 'markdown' (default) for a human-readable report with a provenance footer, or 'json' for a machine-parseable structured payload with the same data. Any other value is rejected. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |