manage_lane
Create, update, or delete lanes on ProductPlan roadmaps to organize and structure project planning.
Instructions
Create, update, or delete a lane on a roadmap.
USE WHEN: "Add Backend lane", "Rename Mobile lane", "Delete lane" Actions: create (name), update (lane_id), delete (lane_id) FAILS WHEN: create without name, update/delete without lane_id (get IDs from get_roadmap_lanes). WARNING: delete removes the lane and unassigns all bars in it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | create, update, or delete | |
| color | No | Hex color (#FF5733) | |
| lane_id | No | Lane ID (for update/delete) | |
| name | No | Lane name | |
| roadmap_id | Yes | Roadmap ID |