add_glossary_entry
Add a glossary entry to your knowledge base by specifying term, expansion, definition, and optional domain or aliases.
Instructions
Add a new glossary entry.
Args: term: Canonical term (e.g., "USAF") expansion: Full expansion (e.g., "United States Air Force") definition: Detailed definition domain: Optional category (e.g., "military", "tech", "finance") aliases: Optional alternative terms that point to this entry
Returns: Created entry as dict, or error dict for blank/duplicate input
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| domain | No | ||
| aliases | No | ||
| expansion | Yes | ||
| definition | Yes |