Store Item in Clippy Room
store-item-toolPost a piece of text to a Clippy room so it appears on every device and agent watching that room. The room is created automatically if it does not exist yet. Subscribed devices receive a push notification. This is how you "send" something to a user or leave a note for another agent. Returns the stored item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | The 6-character room code (or a Clippy share URL / #CODE link). The room is created if new. | |
| text | Yes | The text content to store (a snippet, link, message, etc.). Up to 200,000 characters. | |
| device | No | Optional short label for who is posting (max 64 chars). Defaults to "AI Agent" so humans can tell agent posts apart. | |
| password | No | Required only if the room is password-protected and you are not using owner_token. | |
| owner_token | No | Optional. The room owner_token; bypasses the password on a locked room. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Human-shareable URL that opens the room on any device. | |
| code | Yes | The room code the item was stored in. | |
| item | Yes | The stored item. |