update_project
Modify project details or agent instructions in a task management system by updating the name or template for existing projects.
Instructions
Update an existing project's name and/or agent instructions template
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | The UUID of the project to update | |
| project_name | No | The name of the project to update (alternative to project_id) | |
| name | No | The new name for the project | |
| agent_instructions_template | No | The new agent instructions template (use empty string to clear) |