Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents the 'op' parameter. The description mentions 'op=smoke' and says it defaults to smoke, which adds a small hint about the default value. However, it doesn't explain what other values might be valid or how the parameter affects the quote, so it adds only marginal value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.