Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema describes `polling`, `src_file_url`, and `src_file_id` with examples, but the description is entirely marketing-focused and provides no guidance on constructing the `request` object or other parameters. With only 50% top-level schema coverage, the description does not compensate for the undocumented `request` parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.