Update Project
project_updateUpdate an existing project's title, description, or archive status to correct or refresh its details.
Instructions
Use this when the user wants to modify an existing project's details such as title, description, or archive status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The project ID to update | |
| title | No | Updated project title | |
| description | No | Updated project description | |
| archived | No | Set to true to archive the project, false to unarchive it |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The updated project ID | |
| title | No | The updated project title |