smartsuite_list_my_work
List assigned SmartSuite work items, including comment mentions, checklist items, and records, with summaries for open, overdue, or resolved tasks.
Instructions
List the authenticated user's assigned work ("My Work") — comment mentions, assigned checklist items, and records assigned via people fields — for answering questions like "what's on my plate?", "how many open items are overdue?", or "what's assigned to me in this solution?". Returns a summary (totals, overdue count, breakdowns by item type / priority / solution) plus the items themselves (with a truncated text preview). Defaults to open items; set status:"resolved" for completed work (which also returns per-period counts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default 50). The summary always reflects the full filtered set. | |
| period | No | Optional time bucket filter (most useful with status:resolved). | |
| status | No | open (default) = unresolved assigned items; resolved = completed items. | |
| itemType | No | Filter by item type | |
| priority | No | Filter by priority value (e.g. "high") | |
| solutionId | No | Filter to one solution ID | |
| overdueOnly | No | Only items with a due date in the past (open items) | |
| applicationId | No | Filter to one application ID |