Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description provides no parameter semantics beyond what the schema already shows. It does not explain the meaning of 'page,' 'page_size,' or 'archived,' nor does it clarify whether 'archived' defaults to false or returns both archived and non-archived assets. The sole value is the hint that 'company_id' links to the company, which is already evident from the parameter name and the description's 'specific to a Company.'
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.