Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the safety profile (readOnly=false, destructive=false, idempotent=false, openWorld=false), so the description isn't required to restate them. It does add two things annotations cannot convey: the operation is credit-free, and it requires OAuth or an 'Authorization: Bearer acd_live_…' header, which is essential operational context for calling it at all. It stops short of explaining what the revision/concurrency behavior means for repeated calls.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.