Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows it is a safe read operation. The description adds 'lightweight' and 'status only' which reinforce the non-mutating, poll-like behavior, but it does not disclose any additional behavioral details such as rate limits, authentication requirements, or what happens when the action cannot proceed. Still, given the annotation coverage, the description adds some value beyond the structured data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.