Skip to main content
Glama

Rd Neural Pixelate

rd_neural_pixelate

Convert photos or renders into pixel art with neural processing. Preserves original color palette and auto-generates captions for faithful, stylized results.

Instructions

Neural Pixelate: convert an image (photo/render) into pixel art.

blip auto-captions the input; color_map preserves the source palette.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blipNo
seedNo
lorasNo
modelNomodel.pxlm
stepsNo
widthNo
heightNo
pixelvaeNo
use_ellaNo
adherenceNo
cfg_scaleNo
color_mapNo
save_gridNo
image_pathYes
pixel_sizeNo
descriptionNo
generationsNo
post_processNo
return_imageNo
add_to_promptNo
prompt_tuningNo
save_progressNo
negative_descriptionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full burden. It adds two useful behavioral details: blip auto-captions the input and color_map preserves the source palette. But it does not disclose output format, file saving behavior, whether the original is modified, or any side effects, leaving major behavioral gaps.

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 short and front-loaded, with the core purpose in the first sentence and a compact second sentence adding parameter-relevant context. The title restatement 'Neural Pixelate:' is slightly redundant but does not add meaningful waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex 23-parameter tool with no output schema and no annotations, this description is severely incomplete. It does not explain the required image_path parameter, what the tool returns, how to request an image back, or what each processing parameter controls.

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

Parameters2/5

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

With 23 parameters and 0% schema description coverage, the description must compensate, but it only clarifies two parameters: blip and color_map. Core parameters like image_path, pixel_size, width, height, steps, and generations remain semantically unexplained.

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 a specific verb and outcome: 'convert an image (photo/render) into pixel art.' This is a unique purpose among the numerous neural/art tools and leaves no doubt about what the tool produces.

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?

The description implies the use case — converting a photo or render to pixel art — by naming the source and target. However, it does not explicitly contrast this with alternatives like rd_neural_transform, rd_quantize, or rd_palettize, nor does it state when not to use it.

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

Deploy Server

Other Tools