Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Get' which implies a read operation, but it does not disclose the output format (e.g., dimensions in pixels), how the optional deviceId behaves when omitted, or any potential side effects. This is a minimal disclosure for a tool that interacts with a device.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.