Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false, openWorldHint=true, and idempotentHint=true, so the agent knows this is a mutating, potentially side-effecting, idempotent operation. The description adds 'starting it for them', which hints that the campaign is initiated for the contact, but it does not explain possible side effects (e.g., triggered emails) or the meaning of idempotency. It provides minimal extra context beyond the annotations and does not contradict them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.