Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only says 'test connection and authentication', which is vague. It does not state whether the operation is read-only, what happens on success or failure, whether it makes a network call, or what the response looks like. The agent cannot anticipate side effects or return values.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.