Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the full burden of behavioral disclosure. It states 'existing contact,' which implies a precondition that the contact must already exist, but it does not mention whether updates are idempotent, what happens to unspecified fields, permission requirements, or any side effects. The description is too sparse to guide safe usage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.