Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the action ('capture') but doesn't describe what happens during execution (e.g., whether it pauses the simulator, requires specific permissions, or has side effects). It also omits details like file format (e.g., PNG), error handling, or rate limits, leaving significant gaps for a tool that performs an I/O operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.