Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is set. The description adds important behaviors beyond that: the found=true/false semantics, that found=false is a successful response, and that a malformed id triggers an INVALID_ARGUMENT error. This substantially enhances transparency beyond structured annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.