Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the agent knows this is safe and repeatable. The description adds meaningful behavioral context beyond annotations: the polling requirement, the 404 for non-own checks, and the warning that client_id must never be passed. It does not describe the report shape, but with no output schema and a read-only poll operation, the core behavior is well covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.