Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden for behavioral disclosure. 'Get' implies a read-only operation, but the description does not disclose error behavior (e.g., what happens if the identifier is not found), authentication requirements, or return format. It adds no context beyond the minimal implication of a read.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.