list_work
Filter and retrieve work items using a query string. Optionally select specific attributes or fields to reduce payload.
Instructions
[LOCAL — query work items with filter (e.g., project.Id .eq X). Limited filtering support. For portfolio-scoped project lists, use Beta MCP's listProjectsByPortfolioId instead.]
List work items using a filter string (e.g., project.Id .eq 1906).
If fields is provided, the response is trimmed per work item to reduce payload size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional fields to include per item (trims payload). | |
| filter | Yes | Work API filter string (e.g. project.Id .eq 1906). | |
| attributes | No | Optional attributes to return (comma-separated string or list of names). |