Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but offers minimal behavioral insight. It states this is a creation operation (implying mutation), but doesn't disclose permissions required, rate limits, whether leads are created synchronously/asynchronously, error handling for partial failures, or what the response contains. For a batch write tool with zero annotation coverage, this leaves critical gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.