Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the details parameter is an arbitrary object with no property descriptions, so the description must compensate. It only says 'product-specific tracking details' and never explains which fields belong in details or how service_id maps to specific gateways/products. This is too thin to construct the request correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.