Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of explaining side effects. 'Get details' clearly signals a read-only operation, but no other behavior is disclosed (e.g., whether the call may fail if the ID doesn't exist, or if any remote fetch is involved). The description is not misleading, but it provides minimal behavioral context beyond the obvious.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.