Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations set readOnlyHint=false, destructiveHint=true, warning of mutation. The description adds that updates are partial ('only include the fields you want to change'), which is a key behavioral trait beyond annotations. It does not detail side effects, idempotency, or whether validation errors occur, but the annotations already disclose the destructive nature.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.