Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It mentions only that it returns JSON, but doesn't disclose potential side effects (e.g., whether writes are possible), security implications, error behavior, or timeout handling. The max_rows parameter hints at timeout concerns, but the description fails to explain this context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.