add_glossary_term
Define or update field-specific terms and acronyms to ensure consistent definitions across sessions.
Instructions
Add a glossary term, or update its definition if it already exists.
Maintains a personal glossary of field-specific terms and acronyms so
Metis can give consistent definitions across sessions. Upserts on the
term (an existing term keeps its created_at but takes the new definition).
Retrieve entries with get_glossary.
Args:
term: The term, acronym, or phrase to define; serves as the unique key,
so reusing an existing term overwrites its definition.
definition: The definition text to store for this term.
Returns:
A confirmation message naming the term that was added or updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| definition | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |