Search Mammalian Phenotype Terms
search_phenotype_termsSearch mammalian phenotype terms by free-text query to retrieve MP IDs, names, and definitions. Use to resolve a phenotype description for further queries.
Instructions
Free-text search over Mammalian Phenotype (MP) term names and definitions (FTS, relevance-ranked). Returns {mp_id, name, definition, score} plus a truncation contract {total, returned, limit, truncated} (widen step in next_commands when truncated). Use this to resolve a phenotype description to an MP id, then find_markers_by_phenotype or get_mp_term. Signature: search_phenotype_terms(query, limit=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text phenotype query (e.g. 'small kidney'). | |
| limit | No | Max hits (default 25). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| _meta | No | ||
| error_code | No | ||
| message | No | ||
| retryable | No | ||
| recovery_action | No | ||
| field | No | ||
| allowed_values | No | ||
| hint | No | ||
| candidates | No | ||
| query | No | ||
| total | No | ||
| returned | No | ||
| limit | No | ||
| truncated | No | ||
| results | No |