Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which adequately convey that this is a safe read operation. The description adds 'detailed properties', but does not disclose any behavioral specifics beyond what annotations offer (e.g., no mention of performance, error states, or data scope).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.