Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one parameter, mapId, with no description (0% coverage). The description's phrase 'for a parsed source map' gives some context that mapId likely refers to a previously parsed source map, but it does not explicitly explain the parameter's semantics or where the map ID comes from. The single, self-named parameter mitigates the gap, but the description still does not fully compensate for the missing schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.