Skip to main content
Glama
lucamarien

rawtherapee-mcp-server

by lucamarien

batch_analyze

Batch analyze images to retrieve EXIF data, processing recommendations, and summary histogram statistics without repeated calls.

Instructions

Batch analysis of multiple images with EXIF, recommendations, and stats.

A lightweight alternative to calling analyze_image N times. Returns per-image EXIF data, processing recommendations, and summary histogram statistics (mean, clipping) without full 256-bin channel data or SVG. Optionally includes small thumbnails. Params: file_paths, max_images, include_thumbnails, thumbnail_max_width

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathsYes
max_imagesNo
include_thumbnailsNo
thumbnail_max_widthNo
Behavior4/5

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

With no annotations, the description bears full responsibility. It discloses that the tool returns per-image EXIF data, processing recommendations, and summary histogram statistics (mean, clipping) without full 256-bin channel data or SVG, and optionally includes small thumbnails. This provides good insight into what is included and excluded, though it does not mention side effects (likely read-only) or error behavior.

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

Conciseness4/5

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

The description is concise, with the main purpose front-loaded in the first sentence. It efficiently conveys the tool's value, outputs, and optional features. The parameter list at the end is clear, though a brief explanation of each parameter's role could enhance conciseness.

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?

Given the lack of output schema and annotations, the description covers the core outputs (EXIF, recommendations, stats, optional thumbnails) but omits details on output structure, error handling, or ordering of results. For a batch tool with 4 parameters and no output schema, this leaves some gaps for an agent expecting precise response format.

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 0%, so the description must compensate. It lists parameter names and the description mentions that include_thumbnails controls optional thumbnails and thumbnail_max_width sets their size. However, it does not explain file_paths format or max_images semantics beyond the defaults in the schema, leaving some ambiguity for an AI agent.

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 performs batch analysis of multiple images, listing specific outputs: EXIF data, processing recommendations, and summary histogram statistics. It also distinguishes itself as a lightweight alternative to calling analyze_image N times, differentiating it from sibling tools like analyze_image.

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 explicitly frames this tool as a lightweight alternative to calling analyze_image N times, providing context for when to use it over the single-image counterpart. However, it does not mention when not to use it or compare with other batch tools like batch_preview or batch_process, leaving some ambiguity around alternatives.

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/lucamarien/rawtherapee-mcp-server'

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