Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds meaningful traits beyond that: no API key required, a return shape of open jobs plus a matched subset, and the follow-up workflow to start_job. It does not disclose error or rate-limit behavior, but this is minor given the strong annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.