search_clipboard
Search clipboard history for text snippets you copied earlier. Enter a query to find matching entries with timestamps and source applications. Retrieve specific information like bug IDs or quotes without manually scrolling through history.
Instructions
Full-text search over the clipboard history.
Returns matching entries with timestamp, snippet, and source application.
USE WHEN: the user asks "find that thing I copied about X" / "did I copy the bug ID." NOT FOR: non-text clipboard content — only text entries are indexed.
BEHAVIOR: pure read. Sensitive entries are excluded from the index (see get_clipboard_history).
PARAMETERS: query: substring or FTS expression. Required, non-empty. limit: max results. Range 1-100. Default 20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |