Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety and side-effect profile. The description adds the return content (metadata and body), which is useful but not beyond what annotations already imply. No additional behavioral context like error handling or rate limits is provided, but this is a simple read operation where the annotations do most of the work.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.