Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so all three parameters (tag, limit, cursor) are already documented. The description does not add new semantics beyond what the schema states, except for reaffirming the cursor is opaque and paginated, which the schema already says. Baseline 3 is appropriate since the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.