Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the full behavioral burden. 'Show' clearly indicates a read-only introspection operation, and specifying 'authenticated user and granted capabilities' reveals exactly what data is exposed. It does not explicitly state that no changes are made, but the wording strongly implies a non-mutating diagnostic.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.