Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety and side-effects. The description adds that it returns an execution plan and restricts input to SELECT or WITH queries, which is beyond the annotations. However, it does not describe edge behaviors like failure mode or cluster-specific aspects, though those are minor given the safety profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.