Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It only says 'Analyze', which implies a read-only operation, but it does not explicitly state whether it requires special permissions, whether it executes any queries, or what the output format is. This lack of transparency could lead to incorrect assumptions about side effects or access requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.