Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description's 'Read-only - does not send messages' partially repeats this. However, the explicit statement about not sending messages adds a specific behavioral guarantee not fully captured by the read-only hint alone. The description does not contradict annotations, and it provides a small additional detail about side-effect-free operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.