clipboard_read
Retrieve recent clipboard history entries from CopyQ, newest first. Specify count and start position to page through older items.
Instructions
Read one page of CopyQ text history, newest first.
Use count=N when the user says they copied N things. Use start=4,count=1
for the fifth item. Follow next_start when later rows are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | clipboard | |
| count | No | ||
| start | No | Zero-based CopyQ row; 0 is newest |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | Yes | ||
| items | Yes | ||
| start | Yes | ||
| total | Yes | ||
| next_start | Yes |