Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint and destructiveHint=false, so safety is covered. The description goes further by disclosing the auth prerequisite (API key with pwk_live_ prefix from a specific profile URL) and the failure contract (error.code, error.message, error.http_status, error.retry_recommended, error.retry_after_seconds), which is genuinely beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.