Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already signal read-only and non-destructive behavior, so the safety profile is covered. The description adds company-wide scope but does not disclose that pagination exists (default limit 50, offset) or that 'all' may require pagination. This is a notable behavioral trait beyond annotations, but the schema provides limit/offset hints, so the gap is not severe.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.