Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema coverage is 100%, so the baseline is 3. The description adds value on top of the schema by explaining that workflowId must not be a reserved selector and must be the installed workflow identifier, preventing a common misuse. Other parameters remain documented by the schema, which is acceptable at full coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.