Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage for 7 parameters, the description 'Fetch all DAGs' provides no parameter semantics whatsoever. It doesn't mention any of the filtering capabilities (limit, offset, tags, only_active, paused, dag_id_pattern, order_by) that the schema reveals, nor does it explain what 'all' means in relation to these parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.