Skip to main content
Glama

analyze_images

Analyze multiple images at once using paths, base64 data, or URLs to compare, spot differences, and gain combined understanding.

Instructions

同时分析多张图片(路径/base64/URL 混合),用于对比、找差异、多图综合理解

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo覆盖默认的视觉模型,如 gpt-4o、qwen-vl-max
imagesYes图片数组(最多 10 张)
promptNo视觉分析指令,例如:请识别图片中的文字
providerNo使用的 API 服务商名称(config.json 中配置)
max_tokensNo生成的最大 token 数(可选,不传则由服务商决定)
temperatureNo采样温度,默认 0.7
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the key behavior of accepting mixed image sources and the intended use cases, but does not mention any limitations, error handling, or return format. For a read-only analysis tool, this is acceptable but not rich. It adds some context beyond the schema.

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 a single, well-structured sentence that front-loads the main action and key differentiators. It is concise with no wasted words, while still conveying the essential purpose and use cases.

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

Completeness3/5

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

The description covers the core usage but has gaps given no output schema and no annotations. It does not explain what the response looks like (e.g., combined vs per-image analysis), nor any potential prerequisites or limitations. However, the schema is complete and the description gives enough for a simple analysis tool.

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

Parameters4/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 adds meaningful context by explicitly stating the mixed input types (path/base64/URL) and the purpose of the analysis (comparison, differences, comprehensive understanding), which helps agents understand how to construct the 'images' parameter and use the 'prompt' parameter appropriately.

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 clearly states the verb 'analyze' and the resource 'multiple images' with explicit use cases (comparison, finding differences, comprehensive understanding). It distinguishes from siblings by explicitly handling multiple images and mixed input types (path/base64/URL), which is not covered by analyze_image or analyze_image_url.

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?

The description provides clear context for when to use the tool: when multiple images need joint analysis or comparison. It does not explicitly list alternative tools or exclusions, but the sibling names (analyze_image, analyze_image_url) make it obvious that this is the multi-image variant. The mention of 'mixed' input also hints at a key usage condition.

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/kaijia323/ai-vision'

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