board_update_project
Modify project details including status, name, description, or metadata to organize and maintain project boards effectively.
Instructions
Update a project's status (active/completed/archived), name, description, or metadata. Use this to archive completed projects so they don't clutter the active list. Pass null to description/metadata to clear them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID to update | |
| status | No | New status. Valid transitions: active→completed/archived, completed→archived/active, archived→active. | |
| name | No | Updated name | |
| description | No | Updated description. Pass null to clear; omit to leave unchanged. | |
| metadata | No | Metadata to shallow-merge with existing. Pass null to clear all metadata; omit to leave unchanged. |