Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry the core safety profile: destructiveHint=true and readOnlyHint=false. The description adds the useful 'unused only' qualifier, telling the agent that in-use sections are spared. However, it does not disclose what counts as 'unused' (e.g., no element references), whether the operation is reversible, or the post-condition of the model. Some context beyond annotations, but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.