Skip to main content
Glama

describe_images_in_folder

Scan a folder of images and get AI-generated descriptions for each, processed in parallel. Ideal for batch-analyzing multiple screenshots or photos at once.

Instructions

扫描一个文件夹中的所有图片,并行识别并返回每张图片的描述。适用于一次识别多张图片(例如把多张截图放进一个文件夹后批量分析)。并行识别,速度较快。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo最多识别张数(默认 10,防止一次太多)
folderYes存放图片的文件夹路径
promptNo对每张图片的识图提问请详细描述这张图片的内容,尽量全面、具体,用中文回答。
recursiveNo是否递归扫描子文件夹

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 parallel execution and speed ('并行识别,速度较快'), which are useful behavioral traits. However, it does not explicitly mention read-only safety, file format requirements, or failure modes, leaving some gaps.

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 three concise sentences, each earning its place: purpose, use case, and performance trait. It is front-loaded and free of fluff.

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 batch read tool with fully documented parameters and an output schema, the description sufficiently covers purpose, usage, and performance. Minor gaps like error handling are acceptable given the structured fields and simple read-only nature.

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 description coverage is 100%, so the schema already documents all parameters. The description adds context about batch scanning but does not enhance understanding of individual parameters beyond what the schema provides (e.g., limit default is already in the schema). Baseline 3 is appropriate.

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's function: scans all images in a folder, recognizes them in parallel, and returns a description for each. It also distinguishes from sibling tools (describe_image, describe_pasted_images) by focusing on folder-based batch analysis.

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 explicitly states the tool is suitable for recognizing multiple images at once (e.g., putting screenshots in a folder for batch analysis), giving clear when-to-use context. It does not explicitly name alternatives, but the contrast with single-image tools is implied.

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/1235ggb/deepseek-eyes'

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