vision_see
Analyze an image from the clipboard, URL, or data URI to answer questions or describe its content. Call this tool when a user provides a screenshot or pastes an image.
Instructions
Look at an image and return a text description/answer. You cannot see images yourself — you MUST call this. Default source is the OS clipboard (user copied or pasted a screenshot). Do NOT ask the user to save a file. Call immediately when the user pastes an image, mentions screenshot/clipboard/图片/截图, or you see an [Image] placeholder. image: omit/'clipboard'/data URI/raw base64/https URL/local path (last resort). question: what to extract or answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Image source. Omit or 'clipboard' to read the OS clipboard. Also accepts data:image URI, raw base64, https URL, or a local image path. | clipboard |
| question | No | What to look for. Use the user's question when they have one. | Describe this image in detail. Transcribe all visible text exactly. If it is a UI, error, terminal, or code screenshot, say what is broken and what to do next. |
| max_tokens | No | Max tokens from the vision model. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |