Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description only says 'with pagination and filtering', which vaguely hints at limit/offset for pagination and fields/service/include_deleted for filtering. It fails to explain what each parameter does, e.g., meaning of 'fields' or 'service', leaving the agent with no understanding of how to use parameters correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.