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. 'Authenticate' implies establishing a session, but the description doesn't specify whether this creates persistent credentials, what authentication method is used (e.g., username/password, token), whether rate limits apply, or what happens on failure. For a security-critical authentication tool with zero annotation coverage, this represents a significant transparency gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.