Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations cover the safety profile (readOnlyHint=false, idempotentHint=true, destructiveHint=false, openWorldHint=false), so the agent knows this is a non-destructive but mutating/idempotent operation. What the annotations cannot convey is that this is a paid job (max_total_price, payment_rail, idempotency_key are required), yet the description says nothing about cost, billing, quote/run flow, or what 'verified' means. That is a substantial undisclosed behavior for a commercial job-submission tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.