remove_synonym
Remove an alternative name from a controlled vocabulary term to keep term lists accurate and up to date.
Instructions
Remove a synonym from an existing vocabulary term.
Args: vocabulary_name: Name of the vocabulary table (e.g., "Dataset_Type"). term_name: Primary name of the term to remove synonym from. synonym: Alternative name to remove.
Returns: JSON with status, name, updated synonyms list.
Example: remove_synonym("Dataset_Type", "Training", "train") -> removes "train" as synonym
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| synonym | Yes | ||
| term_name | Yes | ||
| vocabulary_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |