Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate idempotent, non-destructive write. The description adds valuable behavioral context: it operates on a 'safe subset', follows the same validation as a PATCH endpoint, and writes an audit envelope. This goes beyond annotations without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.