Skip to main content
Glama

recognize_image

Provide image understanding to text-only LLMs by converting images into text descriptions via a vision model.

Instructions

Recognize and analyze the given image(s) with a vision model and return a text description. Use this to give text-only LLMs like DeepSeek image understanding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoVision model id (default: composer-2).
imagesYesImage data URI (data:image/png;base64,...), http(s) URL, or local image file path to recognize.
instructionNoWhat to ask about the image. Default: 请详细描述这张图片的内容、画面元素和任何可见文字。
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the use of a vision model and the return type (text description), but it does not mention potential side effects like data transmission to an external service, latency, or failure modes. The disclosure is adequate but not rich.

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 two sentences, front-loads the primary purpose, and contains no superfluous words. Every phrase contributes to understanding what the tool does and why to use it.

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

Completeness4/5

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

For a tool with 3 parameters and no output schema, the description sufficiently covers the purpose and use case. The schema handles parameter details and defaults, so the description does not need to elaborate further. Minor gaps like clarifying multi-image behavior are already inferable from the schema.

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% with descriptions for all three parameters (model, images, instruction). The description adds no parameter-specific details beyond what the schema already provides, so it stays at the baseline.

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 uses specific verbs 'recognize and analyze' and clearly identifies the resource as 'image(s)' and output as 'text description'. It also adds a concrete use case ('give text-only LLMs like DeepSeek image understanding'), making the tool's intent unmistakable.

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?

It provides an explicit when-to-use context: 'Use this to give text-only LLMs like DeepSeek image understanding.' However, it does not mention when not to use it or any alternative tools, so it stops short of a full 5.

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/yuzhaoyang001/my_mcps-image-handler'

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