Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. The verb 'Get' clearly indicates a read-only operation, and 'including its scene items' specifies the return content. This is sufficient for a simple getter, though it does not explicitly state side-effect-free behavior or potential edge cases (e.g., no active scene error).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.