Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the agent knows this is a safe, idempotent read operation. The description adds context on returned fields and filters, which is helpful but not extensive. It does not disclose pagination behavior or rate limits, which are partly covered by the schema's 'max' parameter.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.