Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It only says 'Get details,' which implies a read operation but does not state whether it is read-only, what permissions are required, what the response format is, or any side effects. Crucially, it does not even confirm that no mutation occurs. This is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.