Skip to main content
Glama
lucamarien

rawtherapee-mcp-server

by lucamarien

process_raw

Convert a RAW photo to JPEG, TIFF, or PNG using a PP3 processing profile that controls exposure, white balance, sharpening, and more.

Instructions

Process a RAW file with a PP3 processing profile.

Use this to convert a RAW file to JPEG, TIFF, or PNG using a PP3 profile. The profile controls all processing parameters (exposure, white balance, sharpening, etc.). Returns an inline thumbnail when include_preview is True. Params: file_path, profile_path, output_format, output_path, jpeg_quality, bit_depth, include_preview, preview_max_width

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
profile_pathYes
output_formatNojpeg
output_pathNo
jpeg_qualityNo
bit_depthNo
include_previewNo
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 discloses that the tool returns an inline thumbnail when include_preview is True and mentions the profile controls parameters. However, it does not discuss side effects (e.g., file overwriting), authentication needs, or the main return value when thumbnail not requested.

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 relatively concise with 4 sentences, starting with the main action and then elaborating. The param list is included but could be more structured (e.g., bullet points). Still, it is not verbose and front-loads key information.

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?

Given 8 parameters and no output schema, the description is incomplete. It does not explain the return value when include_preview is False, nor does it specify constraints on output_format or quality settings. Missing details on profile requirements or output behavior leave gaps for an AI agent.

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 0%, so the description should compensate. It lists all 8 parameter names but only adds meaning for 'include_preview' (returns thumbnail). No explanations for allowed values, defaults, or constraints on other parameters like output_format, jpeg_quality, or bit_depth. The bare list is insufficient.

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 purpose: processing RAW files with a PP3 profile to convert to JPEG, TIFF, or PNG. It specifies the verb ('process'/'convert'), resource, and method. This distinguishes it from siblings like 'preview_raw' or 'batch_analyze' which serve different purposes.

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 a clear usage context: 'Use this to convert a RAW file to JPEG, TIFF, or PNG using a PP3 profile.' It implies when to use but does not explicitly exclude alternatives or mention when not to use. This meets the 'clear context, no exclusions' level.

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