Skip to main content
Glama

batch_pixelize

Apply uniform pixelization to all images in a folder with consistent settings. Optionally enforce a shared locked palette to maintain color uniformity across character sets.

Instructions

폴더 전체를 동일 설정으로 픽셀화(아트 일관성 일괄 적용).

palette 에 잠긴 팔레트(.gpl/.hex/builtin)를 주면 캐릭터셋 전체가 정확히 같은 색을 공유한다 — 스튜디오 에셋 일관성의 정석.

Args: src_dir: 입력 폴더. dst_dir: 출력 폴더(자동 생성). pattern: 파일 글롭 패턴. target_height: 도트 높이(px). colors: 팔레트 색 수(palette 미지정 시). outline: 아웃라인 추가 여부. palette: 잠긴 공통 팔레트(builtin 이름 또는 .gpl/.hex 경로). indexed: 인덱스 컬러 PNG 로 저장.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorsNo
dst_dirYes
indexedNo
outlineNo
paletteNo
patternNo*.png
src_dirYes
target_heightNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It mentions dst_dir is auto-created, but does not state whether the operation is read-only, if source files are modified, or side effects. For a batch mutation tool, this is insufficient.

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 structured with a Korean purpose paragraph followed by an English Args list. It is reasonably concise, though the initial sentence is somewhat long. Overall efficient with minimal 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?

The description covers the batch nature and palette consistency, but lacks information about return values, output format, or error handling. Since no output schema exists, more detail on what the tool returns would improve completeness.

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?

With 0% schema description coverage, the description adds meaning for all 8 parameters via the Args block, e.g., clarifying that colors is used only if palette is unspecified, and explaining palette formats. This goes beyond the schema.

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 pixelizes an entire folder with uniform settings, using specific verb 'batch pixelize' and resource 'folder'. It implies distinction from sibling 'pixelize' which likely handles single images, and adds context about art consistency with palette.

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

Usage Guidelines3/5

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

While the description suggests use for batch processing with uniform settings, it does not explicitly state when not to use or mention alternatives like pixelize or pixelize_pair. Usage context is implied but not explicit.

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/mindsurf0176-ui/pixelforge-mcp'

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