Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 50%: limit, cursor, and offset have schema descriptions, but status, deal_id, and project_id lack any description in both schema and tool description. The description only repeats the limit cap and discusses response pagination fields, not the filter parameters, so it fails to compensate for the undocumented parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.