Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false, idempotentHint=false, so the agent knows this is a mutating, non-idempotent operation. The description adds valuable behavioral context: the server relays the signed request to a public claim gate, holds no keys or funds, and requires the signature to act. This goes beyond annotations and clarifies the security model and statelessness. It doesn't contradict any annotation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.