get_project_wbs
Fetch a project's Work Breakdown Structure as a nested tree, including schedule dates, status, and constraint details.
Instructions
[LOCAL — nested WBS tree with schedule data. For a flat hierarchy view, Beta MCP's getWorkHierarchy is an alternative.]
Get a project's WBS as a nested, lean tree.
Calls list_work with project.Id .eq {project_id} and rebuilds the parent/child
structure into a sorted tree.
Node shape (lean): structureCode, description, depth, place, isMilestone,
hasChildren, scheduleStart, scheduleFinish, status, constraintDate,
constraintType, and children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Optional max tree depth. | |
| project_id | Yes | ||
| include_milestones | No |