Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses that it is a polling operation, returns status, progress, and result, and supports incremental updates via `since`. However, it does not mention error handling, potential server load from frequent polling, or whether the job is automatically cleaned up after completion. The behavioral traits are partially disclosed but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.