Skip to main content
Glama

paste_stamp

Paste a named stamp at specific coordinates with optional flips and rotation. Transparent pixels are skipped by default, and symmetry is not applied.

Instructions

Paste a named stamp with optional flips and rotation. Transparent stamp pixels are skipped by default. Unlike other tools, paste_stamp ignores document symmetry by default: stamps are placed content, and mirroring would silently flip deliberate asymmetry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
clipNoSilently discard out-of-bounds pixels instead of rejecting (default false)
nameYes
frameNoFrame index, 0-based (default: active frame)
layerNoLayer id or name (default: active layer)
doc_idYesDocument id
flip_hNo
flip_vNo
renderNoInclude a render of the change (default true)
rotateNo
ignore_symmetryNoDefault TRUE for this tool. Pass false to mirror the paste across the symmetry axis (warns if the stamp content is asymmetric).
skip_transparentNoDefault true
Behavior4/5

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

With no annotations provided, the description fully bears the burden of disclosure. It transparently states that transparent pixels are skipped by default and that symmetry is ignored, explaining the rationale. It does not cover error handling or stamp existence validation, but the key behavioral defaults are well covered.

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 extremely concise, using only three sentences to convey purpose, default transparency behavior, and key symmetry distinction. Every sentence earns its place with no redundancy.

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 has 13 parameters and no output schema, the description is adequate but lacks details on failure modes, required parameters (x, y, name), and the effects of optional parameters like clip, frame, and render. It focuses on the most important behavioral traits but misses some contextual details.

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?

The description adds value beyond the input schema by explaining the default behaviors for skip_transparent and ignore_symmetry, and emphasizes that flips and rotation are optional. With only 54% schema description coverage, it compensates by highlighting the most critical parameter behaviors.

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 the tool pastes a named stamp with optional flips and rotation, directly indicating its primary function. It also distinguishes from siblings by noting the default symmetry behavior, making its specific use case clear.

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 provides a hint about when to use this tool versus others by mentioning that it ignores document symmetry by default, contrasting with other tools. However, it does not explicitly name alternative tools or provide exhaustive when-not-to-use guidance.

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/ehm-93/pixel-mcp'

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