process_clipboard_image
Analyze an image pasted from the clipboard using local Ollama vision models. Describe the image, extract text via OCR, or answer custom questions about it.
Instructions
Process an image from the macOS clipboard. Call this when user pastes an image or sends [Image] without a file path.
IMPORTANT: Call this tool whenever you see [Image 1], [Image 2], or the user pastes an image from clipboard. The primary model has no vision capability — this tool reads the image from clipboard and analyzes it.
Args: task: Processing type - "describe" (describe image), "ocr" (extract text), or any custom question about the image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | describe |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |