Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It only says '获取版本信息' without indicating that this is a read-only, non-destructive operation, whether authentication is required, or any other behavioral traits. It does not mention side effects or return format (though output schema exists). For a simple version retrieval, the transparency is minimal and does not add meaningful context beyond the literal action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.