Look up a domain term
lookup_termLook up the business definition of a domain term for a project. Use it to clarify aggregate roots and entities instead of reading javadoc, and report undocumented terms for documentation.
Instructions
Returns the business definition of a domain term in a project, in 2 to 3 lines. Call this instead of reading javadoc or a README when you need the meaning of an aggregate root or entity. When the term has no definition yet, the server records the gap and reports the term as undocumented.
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. |