get_term_detail
Retrieve comprehensive details on shipbuilding terms by ID, English name, or Korean name, including category, synonyms, and related terms.
Instructions
Get detailed information about a specific shipbuilding term. IMPORTANT: Call this after search_ship_terms() to get FULL details. Works with Korean names too! e.g. get_term_detail("용골") returns keel details.
Args: term_id_or_name: The term's unique ID (e.g. 'bulk-carrier'), English name, or Korean name (e.g. '용골', '벌크선')
Returns: Detailed term information including descriptions, category, synonyms, and related terms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term_id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |