Skip to main content
Glama

分析图片

analyze_image
Read-only

Analyze images from local files or HTTP(S) URLs with configurable intent, processing mode, and reasoning effort for OCR, summarization, and object localization.

Instructions

分析本地图片、file URL 或 HTTP(S) 图片。调用方决定 intent、图片处理模式和推理程度;支持流式进度、OCR、摘要和主体定位。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes图片的本地路径、file: URL 或 http(s) URL
intentNo分析意图:综合分析、OCR、摘要或主体定位analyze
profileNo要使用的模型配置 profile;省略时使用默认 profile
imageModeNo图片处理模式:自动、快速、平衡、高质量或保持原图auto
instructionNo对图片的额外分析要求
reasoningEffortNo模型推理程度;auto 使用模型默认值auto

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocrNo
rawNo
modelYes
statusYes
detailsNo
profileYes
regionsNo
samplesNo
summaryYes
Behavior4/5

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

The description adds behavioral context beyond the readOnlyHint/openWorldHint annotations by noting support for streaming progress, remote image URLs, and multiple configurable processing modes. This gives the agent a clearer picture of what the tool does without contradicting the 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 two succinct sentences. The first states the core function and input types; the second summarizes user-controlled options and capabilities. No unnecessary details or repetition.

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?

With a rich schema and an output schema present, the description covers the essential purpose, input sources, and capabilities (OCR, summarize, locate, streaming). Minor omissions like error handling or network prerequisites are not critical given the structured metadata.

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?

The input schema has 100% parameter coverage with descriptions for all six parameters. The description mentions intent, processing mode, and reasoning level, but does not add meaning beyond what the schema already provides, so it falls 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 clearly states the tool analyzes images from local paths, file URLs, or HTTP(S) URLs, and lists distinct capabilities like OCR, summarization, and subject localization. This differentiates it from sibling tools analyze_video and list_vision_models.

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 on the tool's scope (image analysis from various sources) and mentions the main intents (OCR, summarize, locate). However, it does not explicitly mention alternatives or exclusion conditions, such as using analyze_video for videos, 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/williamDazhangyu/-fastcar-mcp-vision-tools'

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