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 discloses that the tool is read-only (safety profile), automatically validated (prevents invalid queries), and row-limited (capping result size). These are valuable behavioral traits beyond what the schema or tool name conveys. It does not discuss authorization or error handling, but the disclosed traits are sufficient for safe usage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.