Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=true, and openWorldHint=true, covering the mutation safety profile. The description adds the specific fields that can be changed, but does not describe side effects or behavior beyond that. It is consistent with annotations, so no contradiction, but adds little beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.