Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage for both parameters is 100%, including the enum for `estado` and the minimum-length requirement for `municipio_q`, so the schema already handles parameter documentation. The description adds some contextual value, such as the `provincia:municipio` key format, but this mostly describes output behavior rather than deepening the meaning of the input parameters themselves.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.