Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It notes that videos are public and limited to a sample of 20, indicating a read-only, low-sensitivity operation. However, it does not explicitly state the absence of side effects, authentication needs, or rate limits, though 'public' and 'get' imply a safe read.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.