Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already cover read-only, idempotent, and non-destructive behavior, so the description does not need to restate those. It adds useful behavioral context beyond the annotations: a clear cost warning (1 credit per call, no 'already paid' registry), which is important for agent planning, and it specifies that full=true returns the same enriched columns as the CSV export. This is meaningful and non-redundant.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.