Skip to main content
Glama
GreerBK

Ink/Stitch MCP Bridge

by GreerBK

remove_embroidery_settings

Strip Ink/Stitch embroidery parameters and command symbols from SVG files to revert them to plain vector designs.

Instructions

Strip Ink/Stitch parameters and/or command symbols from an SVG, returning it to a plain vector design.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
svg_pathYes
remove_paramsNo
output_svg_pathNo
remove_commandsNo
remove_print_settingsNo
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It mentions 'returning it to a plain vector design' but does not clarify whether the operation is destructive (modifies in-place), what error conditions exist, or how the output is handled. The 'strip' action implies mutation, but safety context is missing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, making it concise, but it lacks structure. It does not break down information into readable parts (e.g., parameters, usage, effects). While every word contributes, the density of information is low.

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?

Given the complexity of 5 parameters, no output schema, and no annotations, the description is severely incomplete. It does not describe return values, parameter options, or behavioral nuances. An agent would need additional information to correctly invoke this tool.

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

Parameters1/5

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

Schema description coverage is 0% for 5 parameters. The description only hints at 'parameters and command symbols', corresponding to 'remove_params' and 'remove_commands', but fails to explain 'remove_print_settings', 'output_svg_path', or 'svg_path'. The agent cannot infer parameter semantics from the description alone.

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 uses a specific verb ('Strip') and clearly identifies the resource ('Ink/Stitch parameters and/or command symbols from an SVG'). It explains the tool's purpose unambiguously and distinguishes it from siblings like 'cleanup_document' by focusing on embroidery-specific data removal.

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 usage when converting an SVG with embroidery settings to a plain vector design, but it does not mention when to avoid using it (e.g., when retaining embroidery data) or compare it to similar tools like 'cleanup_document'. The guidance is implicit rather than 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/GreerBK/InkStitchMCP'

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