Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one required parameter, pipeline_id, with 0% coverage in the description. The description implies that pipeline_id identifies the pipeline whose steps are returned, but it adds no format, examples, or constraints beyond what the parameter name and type already convey. With low schema coverage, the description should compensate, and it does not.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.