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', implying a read operation, but does not state whether it is non-destructive, what fields are returned, how errors or not-found cases are handled, or any permissions required. The brevity leaves the agent without critical context about the operation's effects and output.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.