Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds useful behavioral constraints beyond annotations: it only accepts profile links that directly resolve to a non-empty user_id, rejects work links, and defines the two-step behavior for live/fw-user pages. It does not detail error behavior, but this is not required given the schema and read-only annotation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.