Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description provides the parameter 'tab' with possible values 'new | trending | graduated', which adds meaning beyond the opaque schema (which only has an 'args' object). However, it does not clarify whether 'tab' is required, what default applies, or how to structure it within 'args'. This partially compensates for the 0% schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.