Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It conveys that the tool is a read-only status check with no side effects, but it does not specify return values, error behavior, or whether it makes a network call. This is adequate for a simple check but leaves out some details one might expect.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.