Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide idempotentHint=true and destructiveHint=true, indicating safe repetition but potential data loss. The description adds minimal context by implying retrieval ('Access'), which aligns with idempotency but contradicts destructiveness slightly, as 'Access' suggests read-only. However, it does not explain what gets destroyed or any rate limits, so it adds little beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.