Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations the description must carry the full burden, and it does disclose meaningful traits: the operation is cheap, it is a read by default, and set_status explicitly overwrites (destroys) the existing status line, with an example of the format. It omits permissions/auth requirements and whether other project state is affected.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.