update_project¶
Update an existing project's information.
Purpose¶
Modify project metadata, description, or notes.
Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
project_id |
string | Yes | Project UUID |
project_name |
string | No | New name (2-100 chars) |
description |
string | No | New description (10-1000 chars) |
notes |
string | No | New notes (max 2000 chars) |
database |
string | No | New database version |
Returns¶
Updated project information with new updated_at timestamp.
Example¶
Prompt: Update project abc123 name to "Hydrogen Fuel Cell LCA v2"
Tips¶
- Only provided fields are updated
- Omitted fields keep current values
- Cannot change database if activities exist
Related Tools¶
- get_project - View current info
- list_projects - Find projects