Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey mutation (readOnlyHint=false, destructiveHint=true) and idempotency. The description adds value by stating the URL invariant, the required input constraint, and the auth scope. It does not elaborate on the destructive overwrite behavior, but the annotations cover the safety profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.