Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and readOnlyHint=false, so the description does not need to repeat that deletion is destructive. It adds minimal behavioral context (e.g., that the ID comes from list_widgets), but does not disclose side effects, reversibility, or permissions beyond what annotations imply. This is acceptable given annotation coverage, but no extra value is added.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.