Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning none of the 5 parameters (id, start, limit, convert, convert_id) are documented in the schema. The description adds no parameter information beyond implying 'id' is required for a single category. It doesn't explain what 'start' or 'limit' do (e.g., pagination), what 'convert' or 'convert_id' mean (e.g., currency conversion), or their formats, failing to compensate for the low coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.