Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It indicates a read-only check of configuration state, which is transparent about the absence of side effects. However, it does not disclose what the tool returns (e.g., a boolean, status object) or any potential error conditions (e.g., if no auth is configured).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.