Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description should disclose behavioral traits like read-only nature, pagination behavior, or side effects. It only says 'List devices' but doesn't mention that it is a read operation, supports pagination via limit/offset, or what happens if group_id is invalid.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.