Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavior. It explicitly states 'Does not modify system state,' which is a key read-only trait. However, it does not mention potential failure modes (e.g., process not found), permission requirements, or whether the operation is instantaneous or expensive. For a simple getter, this is minimal but adequate; additional error or side-effect disclosure would improve it.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.