Create Clippy Room
create-room-toolCreate a brand-new Clippy room and get back its 6-character code, a private owner_token, and a share URL. Use this when you want a fresh shared clipboard to push content to a user (hand them the URL) or to coordinate with other agents. Keep the owner_token private — it grants password control over the room.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | No | Optional. Lock the new room with this password so only holders of the password (or the owner_token) can read/write it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Human-shareable URL that opens the room on any device. | |
| code | Yes | The new 6-character room code. | |
| locked | Yes | Whether the room is password-protected. | |
| owner_token | Yes | Private token granting password control over the room. Keep secret. |