Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint=false (correct for a mutation), idempotentHint=true (reboots are idempotent), and destructiveHint=false (reboot preserves data). The description adds the regional context but doesn't explain what 'reboot' means operationally (e.g., temporary interruption vs. data loss, instance state transitions). No rate limits, authentication needs, or error conditions are described.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.