Skip to main content
Glama
lucamarien

rawtherapee-mcp-server

by lucamarien

inspect_metadata

Analyzes EXIF metadata in exported JPEG or TIFF files, classifying fields by sensitivity and providing privacy recommendations for public sharing.

Instructions

Inspect EXIF metadata in an exported JPEG/TIFF and classify by sensitivity.

Returns sensitive fields (GPS, serial numbers, owner), technical fields (camera, lens, ISO, aperture, shutter), processing info (software), rights (copyright, artist), and privacy recommendations for public sharing. Params: file_path (exported JPEG or TIFF)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It does not explicitly state read-only behavior, but 'inspect' implies no side effects. It could be improved by confirming no modifications or required permissions.

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 well-structured with categories of returned data and a clear params section. It is longer than necessary but every sentence adds value. Could be slightly tightened without losing information.

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 output schema exists (handling return structure), the description covers purpose, data categories, and param constraints. It lacks details on error handling or limits, but is sufficient for selecting and invoking this tool correctly.

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%, but the description adds critical constraint: file_path must be an exported JPEG or TIFF. This compensates for the missing schema description, though format or path examples could further aid.

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 inspects EXIF metadata, classifies by sensitivity, and lists specific categories (GPS, serial numbers, camera settings, etc.). This distinguishes it from siblings like read_exif (raw EXIF) or strip_metadata by adding classification and privacy recommendations.

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 implies usage for inspecting exported JPEG/TIFF metadata with sensitivity classification. It does not explicitly mention when not to use (e.g., for raw files) or alternatives like read_exif, but the context is clear and the tool's unique value (classification) is evident.

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