Project Update¶
Update a project's identity: name, status, or description. Writes a revision row capturing the change (author + summary).
MCP name: project_update
Category: projects
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
author |
str |
No | Author of this change: 'user' (default) or 'agent' |
change_summary |
str |
No | Optional one-line summary of what changed |
description |
str |
No | What is this project? (versioned via revisions) |
name |
str |
No | New human-readable name |
slug |
str |
Yes | Project slug or alias |
status |
str |
No | New status: active, paused, past, future, deleted |