Skip to main content
Glama

photo_noise_reducer

Noise Reducer — Reduce image noise and grain using ImageMagick's denoising filters. [category: photo]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesJPG, PNG, WebP, BMP, TIFF (max 25MB)
modeNoDenoise algorithm.auto
sharpenNoOptional post-denoise sharpening.none
strengthNoSTRING enum '1'-'4', not an int. Invalid values silently become '2'. Ignored when mode=smart — the analyzer overrides it.2
output_formatNoOptional output format; defaults to the input format.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / mode / x-ui
      Added value: +{
      +  "labels": {
      +    "auto": "Balanced",
      +    "dctdnoiz": "Best for JPEG blockiness (slow)",
      +    "despeckle": "Gentle speckle removal",
      +    "gaussian": "Soft blur",
      +    "luminance": "Keep colour, smooth brightness",
      +    "median": "Speckle removal",
      +    "nlmeans": "Best quality (slow)",
      +    "smart": "Let the tool decide"
      +  }
      +}
    • addedInput schema / properties / sharpen / x-show-when
      Added value: +{
      +  "mode": [
      +    "auto",
      +    "median",
      +    "despeckle",
      +    "gaussian",
      +    "luminance",
      +    "nlmeans",
      +    "dctdnoiz"
      +  ]
      +}
    • addedInput schema / properties / strength / x-show-when
      Added value: +{
      +  "mode": [
      +    "auto",
      +    "median",
      +    "despeckle",
      +    "gaussian",
      +    "luminance",
      +    "nlmeans",
      +    "dctdnoiz"
      +  ]
      +}
    • addedInput schema / properties / strength / x-ui
      Added value: +{
      +  "labels": {
      +    "1": "Light",
      +    "2": "Medium",
      +    "3": "Strong",
      +    "4": "Maximum"
      +  }
      +}
  2. First observed

TDQS

C2.9/5.0
Behavior2/5

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

Annotations declare readOnlyHint=false, openWorldHint=false, and destructiveHint=false, indicating a write operation that is local and not destructive. The description does not add any behavioral context beyond what annotations provide: it does not mention whether the original file is modified or a new file is created, permission requirements, performance characteristics, or how the output is delivered. The tool likely transforms the image, which is a mutation, but the description is silent on this. With annotations already present, the bar is lower, but the description adds almost no value here.

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 a single sentence with a category tag. It is front-loaded and efficient, but the category tag adds little value beyond a taxonomic classification. Overall, it is concise and well-structured.

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 the tool is a mutation (readOnlyHint=false), the description is minimal. It does not explain what happens to the input file, whether it is overwritten, what the output is, or any side effects. There is no output schema. While the schema is rich, the description does not compensate for the lack of behavioral details. It is somewhat adequate for basic use but leaves clear gaps for an agent to call it correctly without inspection.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all parameters thoroughly, including enums with UI labels and constraints. The description does not mention any parameters at all. The baseline of 3 is appropriate because the schema handles parameter semantics completely.

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 states a specific verb and resource: 'Reduce image noise and grain using ImageMagick's denoising filters.' The verb is reduce, the resource is image noise/grain, and the implementation is named. However, it does not distinguish this tool from siblings like analyze_image_quality or photo_compress, which might also touch noise or quality. A brief differentiator would push this to 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance on when to use this tool versus alternatives. The description implies it is used to reduce noise but does not mention prerequisites, when to avoid it, or which sibling tools would handle related tasks. For a tool in a crowded photo category, this is a notable gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources