Skip to main content
Glama
lucamarien

rawtherapee-mcp-server

by lucamarien

analyze_image

Analyze a RAW or processed image in one call to retrieve EXIF metadata, processing recommendations, histogram statistics, and an inline thumbnail for initial assessment.

Instructions

Comprehensive single-call analysis of a RAW or processed image.

Combines EXIF metadata, structured processing recommendations, histogram statistics, and an inline thumbnail into one response. Use this for the initial assessment of an image before deciding on processing settings. Params: file_path, include_histogram, include_thumbnail, thumbnail_max_width

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
include_histogramNo
include_thumbnailNo
thumbnail_max_widthNo
Behavior3/5

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

No annotations provided, so description carries full burden. It describes outputs but does not explicitly state that the tool is read-only or non-destructive. However, the nature of analysis implies safety; a statement about side effects would improve transparency.

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?

Description is concise with two paragraphs and a param list. The param list is almost redundant with the schema, but the overall structure is clear and front-loaded with purpose.

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 no output schema or annotations, the description provides a good high-level overview but lacks details on parameter behavior and response structure. For a comprehensive tool, more detail on outputs would enhance completeness.

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 coverage is 0%, but the description only lists parameter names without explaining defaults, types, or purposes. The mention of 'histogram statistics' and 'inline thumbnail' hints at the boolean params, but no concrete parameter semantics are provided.

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 'Comprehensive single-call analysis of a RAW or processed image' and lists the combined outputs (EXIF, processing recommendations, histogram, thumbnail). This distinguishes it from sibling tools like get_histogram or read_exif which are more focused.

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?

Explicitly advises use for 'initial assessment of an image before deciding on processing settings', giving clear context. Lacks explicit exclusions or alternatives, but the context is sufficient for guidance.

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