Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of conveying safety. The word 'Show' implies a read-only operation, which is useful, but it does not disclose error behavior (e.g., what happens if the table doesn't exist) or whether any side effects occur. The description adds minimal behavioral context beyond the obvious read-only intent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.