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. 'Execute any SQL command' implies action but does not mention side effects, permissions, transaction behavior, or result handling. This is especially concerning for a tool that can run arbitrary, potentially destructive SQL.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.