Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. 'Get table structure' implies a read-only operation but doesn't specify what 'structure' includes (columns, types, constraints), whether authentication is needed, or how errors are handled. It lacks details about return format or any operational constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.