image_qa
Ask the host LLM a question about a screenshot. Supply one of ref, path, or base64 for the image, along with your question.
Instructions
Ask the connected host LLM a question about a caller-supplied screenshot. Forwards via MCP sampling/createMessage when the client advertises the sampling capability. Returns { status: "unsupported_by_host", reason } when the capability is absent — OpenChrome never uses its own API keys. The caller MUST supply one of screenshot.ref, screenshot.path, or screenshot.base64. No auto-capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screenshot | Yes | REQUIRED Exactly one of `ref`, `path`, or `base64` must be supplied. Optional `mime_type` defaults to `image/png`. | |
| question | Yes | REQUIRED Vision Q&A prompt for the host LLM. | |
| max_tokens | No | Optional sampling cap. Defaults to 512. |