Skip to main content
Glama

Picorn: render an SVG design

picorn_render_svg

Render your SVG through Picorn with real typography and declarative image workers. Put placeholder elements inside the SVG and choose their backend with data-clipart-engine="svg-converter" (fresh ComfyUI image, background removal, then Picorn PNG→SVG vectorisation), data-clipart-engine="z-image-turbo" (raster photo/cutout), or data-clipart-engine="library" (existing vector only). Include data-clipart-prompt; use data-clipart-num-colors="1..7" for svg-converter, and data-clipart-keep-bg="true" for a full scene. Picorn resolves all placeholders internally; never call the admin converter or return generated base64 yourself. Returns an inline preview and public creationUrl.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
svgYes
widthNo
heightNo
previewNo

TDQS

A4/5.0
Behavior4/5

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

Beyond readOnlyHint=false, it discloses that Picorn resolves all placeholders internally and that the tool 'Returns an inline preview and public creationUrl,' which matters since there is no output schema. It also draws a behavioral boundary around not performing the conversion in a separate admin call.

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?

Six sentences cover purpose, mechanism, three engine options, constraints, and return value with no filler, and the purpose is front-loaded. The engine-enumeration sentence is dense, but each clause carries distinct information that 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?

The mechanism, engine options, and return shape are covered, which is substantial for a tool with no output schema and zero param descriptions. However, width, height, and preview parameters are entirely undocumented, and there is no failure behavior or worked example to anchor the declarative workflow.

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?

With schema description coverage at 0%, the description carries full burden. It richly specifies the svg parameter (placeholder <rect> elements, data-clipart-engine/prompt/num-colors/keep-bg attributes) but says nothing about width, height, or preview beyond schema min/max constraints.

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 first clause, 'Render your SVG through Picorn with real typography and declarative image workers,' states a specific verb (render) and resource (SVG). The placeholder mechanism and engine-mode detail make it unmistakably distinct from siblings like picorn_generate_image or picorn_editor_render_project.

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 gives conditional backend-selection guidance (svg-converter for fresh ComfyUI scenes, z-image-turbo for raster cutouts, library for existing vectors) and an explicit when-not instruction: 'never call the admin converter or return generated base64 yourself.' It does not name sibling tools as alternatives, but the internal routing conditions are explicit.

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.

TDQS

B3.4/5.0
Disambiguation5/5

Each tool targets a distinct resource or operation, with clear boundaries between image generation/editing and the many editor/video actions. Descriptions further clarify any potential overlap, making misselection unlikely.

Naming Consistency3/5

Most tools follow a verb_noun pattern, but the projects_* tools (create, inspect, update) reverse to noun_verb, and capabilities is a bare noun. This mixed convention is readable but not fully consistent.

Tool Count2/5

With 30 tools, the set exceeds the 25-tool threshold and feels heavy for an MCP server. While the broad scope justifies some size, many tools could be consolidated or split into focused servers.

Completeness3/5

Core image, editor, and video workflows are covered, but there are notable gaps such as no delete operations for editor/video projects, no update for video projects, and no lifecycle management for imported assets. These missing operations can create dead ends.

Resources