Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It states the operation is 'get', implying read-only, but does not disclose behavior such as what is returned for a missing key, whether it returns metadata or just the value, or any permissions required. For a simple get, this is adequate but lacks explicit detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.