create_term
Add a new term to the knowledge base by specifying its language, type, and optional group, with AI metadata support for tracking AI-generated content.
Instructions
Create a new individual term using API token authentication. Terms can exist independently and be linked to term groups. IMPORTANT: When creating AI-generated terms, ALWAYS include aiMetadata with ai_generated=true, ai_model (e.g., "gpt-4o-mini"), and ai_generation_date for proper tracking. Only the created term’s AI metadata is affected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Term value - REQUIRED | |
| status_id | No | Status ID (optional). Use get_statuses to find status ID | |
| aiMetadata | No | AI metadata for tracking AI-generated content (optional) | |
| description | No | Term description (optional) | |
| language_id | Yes | Language ID - REQUIRED. Use get_languages to find language ID | |
| term_type_id | Yes | Term type ID - REQUIRED. Use get_term_types to find term type ID | |
| term_group_id | Yes | Term group ID (optional). If provided, term will be linked to this group |