add_term
Add a new term to a vocabulary, including its name, description, and synonyms, to standardize data labeling across your catalog.
Instructions
Add a new term to a vocabulary.
Args: vocabulary_name: Name of the vocabulary table (e.g., "Dataset_Type"). term_name: Primary name for the term (must be unique). description: What this term means. synonyms: Alternative names that can also match this term.
Returns: JSON with status, name, description, synonyms, rid.
Example: add_term("Dataset_Type", "Validation", "Held-out data for validation", ["val", "valid"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| synonyms | No | ||
| term_name | Yes | ||
| description | Yes | ||
| vocabulary_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |