Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds the valuable behavioral detail of not acquiring the VM lease, which is not present in annotations. It does not describe return format or edge cases, but given the safety profile already covered, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.