Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. The verb 'Check' strongly implies a read-only, non-mutating operation, and it names the specific data returned. However, it does not disclose whether any state changes occur, whether values are real-time, or whether authentication is required.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.