Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It explicitly states it '不会返回 Cookie/CSRF' (will not return Cookie/CSRF), which is a meaningful security-related behavior beyond the schema. The verb '检查' implies a read-only operation, though it doesn't explicitly guarantee no side effects; overall this is good transparency for a zero-parameter status tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.