Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for the undocumented question_id parameter. The phrase 'by ID' confirms that question_id is the identifier used to select the question, which adds a little meaning beyond the property name. It still does not explain the expected format, source, or any constraints beyond the schema's string type.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.