Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false and openWorldHint=true, so the safety and repeatability profile is covered. The description adds nothing beyond that: no supported formats, no input mechanism (file upload, URL, base64), no mention of rate limits or output shape. For an OCR tool that is almost certainly nondeterministically parsed output, this is a real gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.