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. It reveals that 'data' is a JSON string of fields to update, suggesting a partial update, but it does not disclose what happens if the row_id does not exist, whether the update is atomic, or what the response contains. The tool is a mutation, yet the description lacks important behavioral details beyond the basic update action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.