Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but only states it's an update operation. It doesn't disclose critical behavioral traits like whether this is a destructive mutation, what permissions are required, how errors are handled, whether it's idempotent, or what happens to related data (e.g., account balances). The description is minimal and leaves the agent guessing about important operational characteristics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.