Resolve Identifier
resolve_identifierResolve free text to canonical HGNC gene or MONDO disease identifiers by exact symbol, ID, or title match. Use kind parameter to disambiguate when text matches both.
Instructions
Resolve free text to a canonical GenCC gene (HGNC) and/or disease (MONDO) identifier by exact symbol/id/title match. Use kind='gene' or kind='disease' to disambiguate; default 'auto' tries both and returns ambiguous_query if the text matches both a gene and a disease. identifier is an alias for query; pass only one (supplying both with different values returns invalid_input).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | auto | |
| query | No | ||
| identifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gene | No | ||
| _meta | No | Per-call envelope metadata. | |
| query | No | ||
| disease | No | ||
| message | No | ||
| success | Yes | ||
| headline | No | ||
| retryable | No | ||
| error_code | No | ||
| field_errors | No | ||
| recovery_action | No |