Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful behavioral context beyond annotations: it fetches the URL, inspects Set-Cookie headers, and flags specific insecure patterns. It also reveals the scoring model (weakest cookie, not average) and that average_score is separate. This adds value beyond the readOnlyHint and destructiveHint annotations, though it does not discuss potential side effects like redirects or network latency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.