Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the scoping detail that jobs are 'submitted by this server process' and lists the returned fields, which is useful. It does not disclose behavior like whether active_only defaults to false, pagination, or ordering, but the annotations lower the bar.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.