Skip to main content
Glama
lucamarien

rawtherapee-mcp-server

by lucamarien

export_multi_device

Export a single RAW file to multiple device-specific variants with custom crop and resize for each target device.

Instructions

Export a RAW file optimized for multiple devices in one call.

Processes the same RAW file with device-specific crop/resize for each target device. Output filenames include the device name. Set include_previews=True to return inline thumbnails per export. Params: file_path, profile_path, device_presets, output_format, output_dir, include_previews, preview_max_width

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
profile_pathYes
device_presetsYes
output_formatNojpeg
output_dirNo
include_previewsNo
preview_max_widthNo
Behavior3/5

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

With no annotations, the description carries full burden. It mentions output filenames include device name and preview behavior, but does not disclose whether the original file is modified, required permissions, or side effects like file creation.

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?

Four sentences, front-loaded with purpose, no wasted words. The parameter list at the end is useful but could be better structured as bullet points.

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 7 parameters, no output schema, and no annotations, the description lacks details on output location, error handling, and expected results. The core functionality is covered, but contextual gaps remain for an agent to use it correctly.

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 coverage is 0%, but the description lists all 7 parameters and explains include_previews meaning. However, it does not explain the role of device_presets or constraints like output_format values, adding only marginal value beyond the schema types.

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 it exports a RAW file optimized for multiple devices in one call, with device-specific crop/resize. This verb+resource combination distinguishes it from siblings like process_raw and batch_process.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage for batch exporting to multiple devices but lacks explicit when-to-use or when-not-to-use guidance. No alternatives are named, and the distinction from siblings like batch_process is not clarified.

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