update_project
Update a project's metadata, including its name, tagline, description, and category. Only provided fields are modified; slug and tier remain unchanged. Use set_visibility for visibility changes.
Instructions
Update project metadata: name, tagline, description, category. Only the fields you pass are touched. For visibility changes use set_visibility; slug and tier are immutable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| name | No | Project name (max 100 chars) | |
| tagline | No | Short tagline (max 200 chars) | |
| description | No | Long description (max 2000 chars) | |
| category | No | Category label (max 50 chars) |