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 effectively describes the tool's behavior: it's a read operation (implied by 'shows'), works only for VDC jobs, may fail with 'asset not found' for RDC jobs, and returns structured JSON data. However, it doesn't mention rate limits, authentication needs, or error handling beyond the specific asset-not-found case.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.