Skip to main content
Glama

plate_pair

Combine before and after frames into a single labeled, vertically stacked image on a black background; write the composite to the specified output path.

Instructions

Composite two frames into the before/after image the product ships everywhere: stacked vertically on black, a label above each, nothing else on the image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outYesPath to write. .jpg or .png.
afterYesPath to the packed frame.
beforeYesPath to the naked frame.
labelsNoThe two labels. Defaults to ['Before:', 'After:'].

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does disclose the key output behavior: vertical stacking on black, labels above each frame, and a clean image. It does not mention side effects like overwriting, failure behavior, or label defaults, though the schema covers defaults and file extensions.

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?

One sentence contains the operation, output purpose, layout, background, labels, and exclusion of extra content with no filler. The core verb and result are 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?

For a relatively simple compositing operation, the description covers the important visual/output behavior while the schema covers paths, required fields, file extensions, and label defaults. It could be slightly richer on what happens when the tool runs, but nothing critical is missing.

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 coverage is 100%, so the baseline is 3. The description reinforces the roles of before/after and labels via 'before/after image' and 'a label above each', but it adds little beyond what the schema already names and describes.

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 uses a specific verb ('Composite') and resource ('two frames into the before/after image'), and adds concrete visual detail (stacked vertically, black, labels). It does not explicitly differentiate from siblings such as plate_stack, though the product-image phrasing narrows the intended use.

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?

No explicit when-to-use or when-not-to-use guidance is provided, and no alternative tool is named. The 'ships everywhere' phrasing hints at a specific product context, but the agent is left to infer when plate_pair should be chosen over plate_stack or other siblings.

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

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/ohad6k/plate'

If you have feedback or need assistance with the MCP directory API, please join our Discord server