Convert Korean Terms and Physical Names
convert_termsConvert Korean business terms to physical snake or camel names, and reverse, using a CSV dictionary for consistent variable naming.
Instructions
Convert Korean business terms to physical names, or physical snake/camel names back to Korean terms, using a CSV dictionary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Korean term text, physical snake/camel name, or newline-separated list to convert. | |
| direction | No | auto | |
| outputCase | No | snake | |
| maxCandidates | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | Yes | ||
| input | Yes | ||
| convertedText | Yes | ||
| confidence | Yes | ||
| matches | Yes | ||
| candidates | Yes | ||
| unmatched | Yes | ||
| warnings | Yes | ||
| items | No | ||
| summary | No |