translate_drug_name
Translate drug names between English and Traditional Chinese using local mapping data. Returns the translated name in JSON or markdown format.
Instructions
Translate drug names between English and Traditional Chinese where local mapping data is available. Agent contract: use structuredContent as the source of truth; preserve schema_version/status/sources/warnings/errors/meta when forwarding the result and never infer missing clinical facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| locale | No | BCP 47 locale for labels and messages (for example zh-TW). | zh-TW |
| output_format | No | Text rendering. structuredContent always follows the versioned outputSchema. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| errors | Yes | ||
| status | Yes | ||
| sources | Yes | ||
| warnings | Yes | ||
| schema_version | Yes |