Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. 'initialize' implies a state-changing operation, but the description does not mention side effects, idempotency, permissions, or expected output. The only disclosed constraint, 'no parameters required', merely restates the schema and adds no behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.