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 but provides minimal information. It states the action ('Execute a SQL query') which implies both read and write operations are possible, but doesn't disclose any behavioral traits like permissions needed, whether queries can be destructive, transaction handling, error behavior, or result format. For a database query tool with zero annotation coverage, this is inadequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.