Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already declares the tool as a safe read operation. The description adds value by disclosing the return structure ({ contact_count, billable_count }) and the underlying API endpoint (GET /v3/marketing/contacts/count), which helps set expectations beyond the annotation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.