Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full disclosure burden. The verb 'Get' implies a read-only, side-effect-free retrieval, which is the core behavioral trait for a getter, but the description says nothing about what happens for unknown artifact_ids, error conditions, or the returned detail structure. For a single-parameter read tool this is acceptable but thin.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.