Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark this as non-read-only and non-destructive. The description adds meaningful context beyond annotations: the operation is asynchronous ('Queue'), returns a job_id, requires polling, and rejects dashboards. This gives the agent a solid mental model of the lifecycle. It doesn't cover auth, rate limits, or error handling other than the dashboard rejection, but the core behavioral traits are disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.