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. While 'Get latest traded stock price' implies a read-only operation, it doesn't specify data freshness (real-time vs. delayed), rate limits, authentication requirements, error conditions, or what 'latest' means in practical terms. The description provides basic intent but lacks operational context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.