list_maintenance_problems
List reported printer problems with their description, problem type, reporter, status and age — get_maintenance_dashboard returns only an open-problem count, none of this. Returns 10 per page by default; raise page_size (max 100) or advance page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). | |
| search | No | Substring match over problem description, printer name, problem type name and reporter name. | |
| status | No | Filter by problem status. Use "open" for what still needs attention. | |
| sort_id | No | Sort field; default created_at. | |
| sort_dir | No | Sort direction; default desc (newest first). | |
| page_size | No | Problems per page, 1-100. Defaults to 10 over MCP. | |
| printer_id | No | Only problems reported against this printer. | |
| problem_type_id | No | Only problems of this problem type. |