Clippy Room Status
room-status-toolCheck whether a Clippy room exists, whether it is password-protected, and how many items it holds — without reading the contents. Handy before deciding to read or write, or to confirm a code a user gave you is valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | The 6-character room code (or a Clippy share URL / #CODE link). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Human-shareable URL for the room. | |
| code | Yes | The room code that was checked. | |
| exists | Yes | Whether the room currently exists. | |
| locked | Yes | Whether the room is password-protected. | |
| itemCount | Yes | Number of items currently in the room. |