Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'Get user profile information' without disclosing whether it returns the authenticated user's profile, any rate limits, authentication requirements, or possible side effects. The verb 'Get' implies read-only, but additional context is missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.