Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%. The description does not explain any of the three parameters (project_key, status, branch) beyond their names. For example, 'status' defaults to 'TO_REVIEW' but its acceptable values are not listed, and 'branch' allows null but its meaning is unclear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.