Skip to main content
Glama
lucamarien

rawtherapee-mcp-server

by lucamarien

set_metadata

Write copyright, artist, description, and keywords into JPEG files losslessly, storing keywords as XPKeywords for Windows and DAM compatibility.

Instructions

Write copyright, artist, description, and keywords into an exported JPEG file.

Writes metadata losslessly (EXIF APP1 segment only, no JPEG recompression). Keywords are stored as XPKeywords (UTF-16LE, semicolon-separated) for compatibility with Windows Explorer and most DAM software. Params: file_path, copyright (e.g. '© 2026 Luca Marien'), artist, description, keywords (list of strings), output_path (None = in-place)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
copyrightNo
artistNo
descriptionNo
keywordsNo
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description provides valuable behavioral details: writes losslessly to EXIF APP1 segment, no JPEG recompression, and keywords stored as XPKeywords in UTF-16LE semicolon-separated format. However, it omits failure modes (e.g., file write errors, missing EXIF segment).

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?

Two concise paragraphs; the first sentence fronts the core purpose. Every sentence adds value (technical detail on EXIF, keyword format, param listing). No wasted words.

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?

The description covers main behavior adequately given 6 parameters and no annotations, but lacks details on the output (has an output schema not mentioned) and edge cases (e.g., what happens if file is not JPEG or locked). It is functional but not exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It lists all 6 parameters, explains the purpose of each, gives an example for copyright, and notes that keywords is a list and output_path defaults to in-place. This adds significant meaning beyond the schema's bare type definitions.

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 writes metadata (copyright, artist, description, keywords) into an exported JPEG file. The verb 'write' and specific resource 'JPEG file' are precise, and it distinguishes itself from siblings like 'strip_metadata' and 'inspect_metadata' by focusing on writing.

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?

The description implies usage for writing metadata but lacks explicit when-to-use or when-not-to-use guidance. No mention of alternatives like 'strip_metadata' for removal or 'inspect_metadata' for reading, nor any prerequisites (e.g., file must be a JPEG).

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