Skip to main content
Glama
lucamarien

rawtherapee-mcp-server

by lucamarien

get_image_info

Retrieve technical details of processed image files including dimensions, format, file size, and bit depth. Optionally includes a thumbnail for visual verification.

Instructions

Get technical information about a processed image file.

Use this to check dimensions, format, file size, and bit depth of JPEG, TIFF, or PNG output files. When include_thumbnail is True, returns an inline thumbnail for visual verification. Params: file_path, include_thumbnail, thumbnail_max_width

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
include_thumbnailNo
thumbnail_max_widthNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only operation ('get', 'check') and reveals that including the thumbnail returns an inline image, but it does not disclose failure modes, required permissions, or whether the file must already exist. Some behavioral context is given but incomplete.

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?

The description is three concise sentences that immediately state the purpose and supported formats. The parameter list is appended without redundancy. No wasted words, and the most important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity and lack of output schema, the description adequately covers what the tool returns (dimensions, format, file size, bit depth, optional thumbnail) and specifies supported file types. It does not detail error handling or return structure, but for a read-only info tool, it is mostly complete.

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%, and the description only lists parameter names at the end. It provides semantic meaning only for include_thumbnail (explaining it returns an inline thumbnail), but file_path and thumbnail_max_width are left unexplained beyond their names. This is minimal additional value over the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves technical information (dimensions, format, file size, bit depth) from processed image files, distinguishing it from sibling tools like read_exif or get_histogram by the specific attributes listed. It does not explicitly compare to siblings but the scope is well-defined.

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 says 'Use this to check dimensions, format, file size, and bit depth', providing clear context for when to invoke this tool. However, it does not mention when not to use it or point to alternatives for other types of information, lacking exclusions.

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