Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description adds specific return contents (fields, geometry type, record count, capabilities), reinforcing the safe read-only behavior. However, it does not disclose error handling or URL format edge cases, though the schema example partially covers this.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.