Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false, signaling a mutating, non-idempotent operation. The description adds the specific state transition (open to accepted) and the side effect of recording the accepting platform/agent. This covers basic behavior but does not disclose potential errors (e.g., if handoff is not open) or concurrency implications. It is consistent with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.