Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden, and it discloses almost nothing: no auth requirements for 'token', no statement of what a real (non-dry-run) call changes, no idempotency or rate-limit notes. The '(dry-run)' hint weakly implies no side effects, but it is too ambiguous to substitute for real disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.