Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide read-only, idempotent, and non-destructive hints. The description adds value by specifying the exact information returned (fields with types, geometry type, record count, capabilities), giving the agent a clear picture of what to expect. It does not disclose potential errors or rate limits, but with strong annotations this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.