Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description carries the full burden. The verb 'list' strongly implies a read-only operation without mutation, and the details about output (name, directory, last active) set expectations. It doesn't explicitly state that no profiles are modified, but the non-destructive nature is clearly implied. It could mention that it requires no special permissions, but this is minor for a local enumeration tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.