Skip to main content
Glama

photo_image_overlay

Image Overlay — Composite one image on top of another at a specified position. Takes two separately-named uploads: 'background' and 'overlay'. [category: photo]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNoOverlay width as a percent of background width, 1-200.
opacityNoOverlay opacity 0-100.
overlayYesImage composited on top — JPG, PNG, WebP, BMP (max 20MB)
positionNoAnchor cell the overlay snaps to; x_offset/y_offset shift from THIS anchor, not from the top-left corner.mc
x_offsetNoPx shift with gravity semantics: positive pushes inward from the anchored edge (leftward from right-side anchors).
y_offsetNoPx shift with gravity semantics: positive pushes inward from the anchored edge (upward from bottom anchors).
backgroundYesBase image — JPG, PNG, WebP, BMP (max 30MB)
output_formatNoOptional output format; defaults to the background's format.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / output_format / enum
      Added value: +[
      +  "jpg",
      +  "png",
      +  "webp",
      +  "bmp"
      +]
  2. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false and openWorldHint=false, so the safety profile is covered. The description adds only that two separately-named uploads are required, which is essentially schema restatement; it says nothing about where the composited result goes, whether the original inputs are preserved, or any size/rate constraints beyond the schema's own format notes.

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?

Two tight sentences with the core action front-loaded and no filler prose. The trailing '[category: photo]' tag is minor metadata noise but the body earns its place.

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?

For an 8-parameter non-read-only compositing tool with no output schema, the description is only minimally adequate: parameters are fully covered by the schema, but output behavior, input preservation, and sibling differentiation are absent. It is complete enough to call the tool, not complete enough to call it confidently against alternatives.

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 every parameter (scale, opacity, position, offsets, formats with their units and ranges) is already documented in the schema. The description merely names the two required inputs, adding no format, defaulting, or offset-anchor detail beyond what the schema provides. Baseline 3 applies when the schema does the heavy lifting.

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?

States a specific verb ('Composite') and resource ('one image on top of another') plus the positional aspect, which is enough for an agent to identify the operation. However, it never distinguishes itself from close siblings like photo_watermark, photo_collage, or photo_meme_generator, which could all be described as overlaying imagery.

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 when-to-use guidance, no prerequisites, and no named alternative. The description never tells the agent when to pick this over photo_watermark or photo_collage, leaving routing entirely to inference.

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