create_vocabulary
Create a new vocabulary table to store controlled terms, providing a unified list of allowed values for consistent data entry.
Instructions
Create a new vocabulary table for storing controlled terms.
Args: vocabulary_name: Name for the new vocabulary table. comment: Description of the vocabulary's purpose. schema: Schema to create in (default: domain schema).
Returns: JSON with status, name, schema, comment.
Example: create_vocabulary("Quality_Level", "Image quality ratings")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | ||
| comment | No | ||
| vocabulary_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |