Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, establishing a safe read operation. The description adds the 'full catalog' scope and field list, but does not disclose any behavioral nuances such as pagination, rate limits, or data freshness. This is on par with the get_calls example where the description adds limited context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.