Skip to main content
Glama

Batch Analyze Screenshots

batch_analyze_screenshots

Analyze multiple screenshots or file paths in one batch call to prevent token overhead and visual hallucination loops.

Instructions

Process multiple screenshots or file paths in a single batch call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesList of 1 to 20 screenshot items to ingest/analyze
git_branchNo
response_formatNo
Behavior2/5

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

Annotations are all false, providing no behavioral safety profile, so the description carries the burden. It does not disclose side effects, whether this is a read or write operation, required permissions, rate limits, or any impact on state, leaving the agent without critical behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that is easy to read, but it is under-specified. It earns its place but does not provide enough substance for a batch tool with a nested schema, making it concise at the cost of informativeness.

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?

For a tool accepting up to 20 screenshot items with optional tags, accessibility trees, and multiple output modes, the description is too thin. It does not explain the return format, processing behavior, or expected use cases, and there is no output schema to clarify results.

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?

Schema description coverage is only 33% (only 'items' has a description). The tool description adds no parameter details; it merely hints at 'screenshots or file paths' without mapping to the schema's properties like 'screenshot', 'file_path', 'response_format', or 'git_branch'.

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

Purpose3/5

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

The description identifies a resource (screenshots/file paths) and a batch scope, but the verb 'process' is vague and doesn't specify what processing entails (e.g., analysis, ingestion). It differentiates from the singular sibling 'analyze_screenshot' only through the word 'batch', not through a clear action.

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?

No guidance is given on when to use this batch tool versus the singular 'analyze_screenshot' or other sibling tools. It does not provide context on batching criteria, performance considerations, or when one approach is preferable.

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/putervision/vision-memory-mcp'

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