Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosing behavior. It states 'Returns full company details,' which indicates the nature of the output, but it does not disclose potential error behavior (e.g., what happens if the CVR number is not found), whether the operation is read-only, or that the `country` parameter can return Norwegian data. The description provides only a minimal behavioral snapshot.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.