Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is well covered structurally. The description adds the specific return content (pinned manifest version, config, status), which is useful behavioral context beyond the annotations. It doesn't describe what happens on not-found or error conditions, but with strong annotation coverage the bar is met.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.