Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnly, idempotent, non-destructive), the description discloses important behavioral traits: the caller-scoped ownership check, identical 404-shaped error for missing vs. unauthorized jobs, absence of an existence oracle, rate limiting, and the heartbeat staleness rule that freezes estimated_wait_ms after 120s. This is substantial, non-obvious context that annotations alone would not convey.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.