get_clipboard_history
Retrieve recent clipboard entries from your session. Use to recall text or items you copied earlier, with timestamps and source application. Excludes sensitive data like passwords.
Instructions
Return the most recent N clipboard entries captured by ContextPulse.
Returns entries with timestamp, content (or content-type if non-text), and source application.
USE WHEN: the user references "what I just copied" or wants to recall something they copied earlier in the session. NOT FOR: text search — use search_clipboard.
BEHAVIOR: pure read. Sensitive content (passwords from password managers, OAuth tokens detected by pattern) is auto-excluded from the buffer; those will not appear here.
PARAMETERS: n: how many entries to return, newest-first. Range 1-100. Default 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |