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 the current timestamp' implies a read-only operation that returns time data, but it doesn't specify format (e.g., ISO 8601, Unix timestamp), timezone behavior, or whether it's real-time vs. cached. For a tool with zero annotation coverage, this leaves significant behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.