Save a domain term
save_termStore or update a domain term's business definition in a project glossary, ensuring agents can retrieve accurate meaning instead of guessing from code.
Instructions
Stores or replaces the business definition of a domain term in a project. Keep the text to 2 or 3 lines and describe the business meaning, not the code structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Name of the domain term. Use aggregate roots and entities, for example Order or Shipment. Do not use DTOs, requests, responses, mappers or internal value objects. | |
| project | Yes | Name of the project or repository that owns the term, for example production-data-pipeline. | |
| description | Yes | Business definition of the term, 2 to 3 lines. |