Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that this is a state-changing 'promote' operation, and annotations confirm it is not read-only, not idempotent, and not marked destructive. However, it does not describe side effects such as what happens to the current live snapshot or whether promotion can be undone, leaving those details to inference.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.