Skip to main content
Glama

Read an image

read_image
Read-only

Read a local image, transcribe all visible text, and describe UI, charts, and diagrams. Ask a question to zoom in on one detail. Use for screenshots, error dialogs, and mockups.

Instructions

Read a local image file (png, jpg, webp, gif, bmp, tiff, avif, heic) with a local vision model. Returns a verbatim transcription of all visible text plus a structural description of UI, charts, and diagrams. Use this for screenshots, error dialogs, design mockups, whiteboard photos, and graphs. Supply question to ask about one detail instead of transcribing the whole image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute or relative path to the image file on this machine.
questionNoOptional specific question about the image. Omit for a full description.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the readOnlyHint annotation, the description adds meaningful behavioral details: processing happens through a local vision model, output is a verbatim transcription plus structural description, and supported image formats are specified. It does not contradict the annotations, and the local-model detail adds useful context about privacy and execution.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences deliver purpose, output, supported formats, use cases, and question semantics without fluff. The most important information is front-loaded and every sentence contributes.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is moderately complex (vision model, multiple formats, optional question), but the description covers return values, use cases, and parameter behavior. Since there is no output schema, the description properly explains what the agent can expect. Combined with strong annotations, no critical gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description clarifies that supplying `question` returns a focused detail instead of full transcription, but the schema already states 'Optional specific question about the image. Omit for a full description,' making this marginal added value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb ('Read') and resource ('local image file'), enumerates supported formats, and states the concrete output: verbatim text transcription plus structural description. This clearly distinguishes it from sibling tools like read_pdf, which handles PDFs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit use cases are listed ('screenshots, error dialogs, design mockups, whiteboard photos, and graphs') and parameter usage for focused questions is described. It provides clear context for when to use the tool but does not explicitly mention when not to use it or name alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jshsakura/mcp-local-vision'

If you have feedback or need assistance with the MCP directory API, please join our Discord server