Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well covered. The description adds context that this tool deals with interactive login progress and that it is process-specific. It does not describe the return format or what 'progress' entails, but given the simple nature and existing annotations, it provides sufficient additional behavioral context without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.