Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 83%, so most parameters (after, limit, status, apartment_id) are already well-documented. The description adds value by clarifying from/to beyond the schema definitions, but for the other parameters it repeats or implies what the schema already provides. Baseline 3 is correct given the high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.