Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false, so the mutation/destructive nature is covered. The description adds the 'existing' qualifier (target must exist) and names the exact field being mutated (expiration date), but it does not add context such as authorization needs, notification side effects, or whether the new date must be in the future.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.