Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It clearly indicates a read-only fetch operation and discloses the meaningful behaviors: status values returned and that output_url is only present when completed. It does not discuss not-found/error behavior, but for a simple read operation this is adequately transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.