Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. 'Move a client' implies a mutation operation, but the description doesn't specify permissions required, whether the operation is reversible, what happens to the client's current state, or any rate limits/constraints. This leaves significant behavioral gaps for a mutation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.