Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds value by specifying exactly what schema details are returned (fields with types, geometry, count, capabilities). This clarifies expected output without contradicting annotations, and no additional side effects are disclosed, which is acceptable given annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.