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 covered. The description adds useful context about what data is returned (status, answers, share link, cost), which is beyond the annotations. However, it does not disclose any edge cases or potential caveats (e.g., whether archived campaigns are included, if there is pagination, or if the cost figure is live). With annotations covering the safety dimension, a score of 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.