List Clippy Room Items
list-items-toolRead the items in a Clippy room (newest first). Use this to pick up text a user or another agent left for you, or to see what is currently in a shared room. Pass since (a millisecond timestamp from a previous call) to fetch only items added after that point. Image items include direct image URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | The 6-character room code (or a Clippy share URL / #CODE link). | |
| limit | No | Optional. Maximum number of items to return (1–100). Defaults to 100. | |
| since | No | Optional. Return only items created strictly after this Unix timestamp in milliseconds. Use the `now` value from a previous call to poll incrementally. | |
| 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 |
|---|---|---|---|
| now | Yes | Server time in Unix milliseconds; pass as `since` next call to poll incrementally. | |
| code | Yes | The room code that was read. | |
| count | Yes | Number of items returned. | |
| items | Yes | The matching items, newest first. | |
| locked | Yes | Whether the room is password-protected. |