add_glossary_entry
Add a new glossary entry with term, expansion, definition, and optional domain and aliases to organize and disambiguate terminology.
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 |