Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It adds valuable context that cancellation is a request and takes effect only after the ongoing network request finishes, which clarifies the asynchronous nature. However, it does not disclose whether cancellation is idempotent, what happens if the job is already complete, or error behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.