Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. 'Get info' implies a read-only operation, but it does not disclose what specific info is returned, whether the plane/layer must exist, or any error behavior. The lack of an output schema also leaves the return format unspecified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.