Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of making behavior clear. 'List' communicates a read-only operation, and 'verified custom domains' explains an important eligibility constraint. It does not cover pagination or return format, but for a zero-parameter list operation this is sufficient transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.