Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one required parameter, audition_id, with no schema description (0% coverage). The description references 'one ... audition' but does not explicitly state that audition_id identifies the target, nor does it mention any format or validation expectations. The parameter name is self-explanatory, but the description fails to compensate for the lack of schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.