Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey readOnlyHint=false and destructiveHint=false, so the mutation is expected; the description usefully adds that the operation is gated behind PLEX_ENABLE_MUTATIVE_OPS=true, which is a beyond-schema operational constraint. It does not disclose what happens when the flag is off, whether the operation is idempotent for items already on the watchlist, or any side effects, so it contains only modest enrichment on top of the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.