Project Set Folder Archived¶
Flip the archived flag on a project folder (mark dormant or active). Writes a revision.
MCP name: project_set_folder_archived
Category: projects
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
archived |
bool |
Yes | True to archive, False to unarchive |
author |
str |
No | 'user' (default) or 'agent' |
change_summary |
str |
No | Optional one-line summary |
path |
str |
Yes | Absolute system path of the folder |
slug |
str |
Yes | Project slug or alias |