Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With only openWorldHint as an annotation, the description carries the full burden of behavioral disclosure. It reveals that this is a POST operation ('Add... POST /leads/unsorted/sip'), implying mutation, but it does not mention required permissions, whether duplicates are rejected, how existing leads are affected, or what the response contains. Minimal value is added beyond the tool name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.