Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must fully disclose behavioral traits. It only states 'open and optionally attach' without explaining side effects (e.g., whether the archive is loaded into memory, if it modifies the session, or if it is a read-only operation). This is insufficient for safe invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.