Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description fully compensates. It explains each parameter in detail: absolute paths for input_image_paths, URLs for input_image_urls, wrapping single images in lists, mode-specific requirements, and bbox_condition's list-of-ints format and purpose (ratio control). It also clarifies mutual exclusivity, something the schema alone doesn't convey.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.