Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint=true, destructiveHint=false, openWorldHint=true, and idempotentHint=true, covering safety and idempotency. The description adds the region constraint, which is useful context beyond annotations. However, it doesn't disclose behavioral traits like pagination (implied by NextToken in schema), rate limits, authentication needs, or what 'all' entails (e.g., includes default subnets). No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.