Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context by enumerating the exact fields returned (state, GPU, rate, billed seconds, cost, exit code, error, last thermo lines), which helps the agent understand what to expect. This goes beyond the annotations and is useful.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.