Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. 'Get details' clearly implies a read-only, non-destructive operation, which is a useful behavioral signal. However, it does not disclose the response format, error behavior (e.g., if the ID is invalid), or any permission requirements. For a simple getter, this is minimal but acceptable, though it leaves some ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.