Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and it does disclose the key behavioral trait: the operation is asynchronous, background, non-blocking and may run longer than 60s. It also implies the data lands on disk only when stop_capture is called. However, it says nothing about error conditions (e.g. a capture already running), permissions, or what happens to any in-progress capture.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.