Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate destructiveHint=true and idempotentHint=true. The description merely states 'Delete a customer', which is consistent but adds no additional behavioral context (e.g., whether deletion cascades to related entities, or if it's a soft/hard delete). No contradictions 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.