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. It states this is for authentication but doesn't describe what happens after login (e.g., session creation, token return, permissions granted), whether it has rate limits, what errors might occur, or any security considerations. For an authentication tool with zero annotation coverage, this is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.