Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. 'Check' implies a read-only, non-destructive operation, which is a useful behavioral signal. However, it does not disclose whether the call itself counts against rate limits, whether authentication is required, or what fields the status response contains. Core behavior is clear, but higher-level transparency is missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.