Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only says 'patch' without revealing what changes are applied, whether it is destructive, whether it affects active connections, or what the response contains. The presence of reconnect_connection_ids in the schema implies behavioral side-effects, but the description omits any such detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.