Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so each parameter is already documented (e.g., page_id from list_pages, client_id from list_clients). The description contributes by explaining that position, width, and height parameters are not needed because defaults are applied, but it does not add meaning to the existing schema properties beyond that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.