Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations mark the operation as destructive, and the description adds valuable behavioral details: matching is literal, duplicate matches cause rejection rather than guessing, all=true is the escape hatch, and omitting replace deletes the matched text. It does not mention concurrency behavior around if_updated_at, but the schema already covers that parameter.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.