Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly=true, idempotent=true, and destructive=false, and the description's 'Read' plus GET method are consistent with those. The description adds no extra context beyond what structured annotations already provide (e.g., no auth, pagination, or list-vs-single clarification), so the behavior is transparent but not enriched.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.