Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing the safety profile. The description adds meaningful behavioral details beyond annotations: it returns metadata only (no jsonContent), each item includes readUrl, and authentication is required. It also explains the intended downstream use of readUrl, giving the agent important context for interpreting results.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.