Set Clippy Room Password
set-room-password-toolLock or unlock a Clippy room. Requires the room owner_token (returned by create-room). Pass a password to lock the room; pass an empty password to remove the lock. Only the owner can change this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | The 6-character room code (or a Clippy share URL / #CODE link). | |
| password | No | The new password to lock the room with. Pass an empty string to remove the password and make the room open. | |
| owner_token | Yes | The room owner_token proving you own this room. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The room code whose lock state changed. | |
| locked | Yes | Whether the room is now password-protected. |