Skip to main content
Glama

Read Image

read_image

Read images via a vision model to generate descriptions, perform OCR, or extract structured data from path, URL, base64, or data URL sources.

Instructions

Read an image through an OpenAI-compatible vision model. Supports path, url, base64, and data_url sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
schemaNo
sourceYes
questionNo
raw_responseNo
Behavior2/5

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

With no annotations provided, the description is the sole source of behavioral information. It discloses the ability to handle different source types, but nothing about permissions, side effects, rate limits, or return format. This minimal disclosure is inadequate for a tool with no other behavioral annotations.

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?

The description is exceptionally concise, using two short sentences to convey the core function and supported sources. Every word adds value, making it a model of efficiency.

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

Completeness2/5

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

The tool has 5 parameters and nested objects, yet the description only addresses the source type. It omits explanations of mode options, the question field, raw_response, and the schema parameter. This incompleteness for a moderately complex tool is a significant gap.

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

Parameters2/5

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

The schema has 5 parameters, and the description only hints at source type possibilities, not the mode, question, schema, or raw_response fields. Given the 0% schema description coverage, the description fails to compensate for most parameters.

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

Purpose4/5

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

The description clearly states the tool's function: reading an image through an OpenAI-compatible vision model. It also specifies supported source types (path, url, base64, data_url), which adds precision. Without sibling tools, it doesn't need to differentiate.

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

Usage Guidelines2/5

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

The description provides no guidance on when to choose this tool over alternatives, nor any context for its appropriate use cases. It doesn't mention exclusions or prerequisites, leaving the agent without decision-making information.

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/xiayangqun/Read-Image-MCP'

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