Skip to main content
Glama
GreerBK

Ink/Stitch MCP Bridge

by GreerBK

generate_lettering

Generate machine-embroidered lettering from digitized fonts. Each line of text produces a separate embroidery design file.

Instructions

Create machine-embroidered text using Ink/Stitch's digitized fonts.

font is the font name from list_fonts (e.g. "Amitaclo"). formats defaults to ["dst", "svg"]. scale_percent is clamped to the font's supported range. NOTE: each newline-separated line of text becomes a SEPARATE design (own file set) — that is the batch semantics of the underlying extension. trim: off/line/word/glyph. color_sort: off/all/line/word. text_align: left/center/right/block/letterspacing. Extracted files land in output_dir (default: /lettering_).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fontYes
textYes
trimNooff
formatsNo
color_sortNooff
output_dirNo
text_alignNoleft
line_heightNo
word_spacingNo
scale_percentNo
letter_spacingNo
Behavior5/5

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

Discloses batch semantics (each line becomes separate design), scale_percent clamping, default formats, output directory behavior, and trim/color_sort/text_align options. With no annotations, this fully informs the agent of side effects.

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?

Dense paragraph front-loads purpose then systematically lists parameter details using colons. Every sentence adds value; no fluff.

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

Completeness5/5

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

Given 11 parameters, 0% schema coverage, no output schema, and no annotations, the description covers constraints, defaults, and side effects thoroughly. The only minor gap is undefined numeric parameters, but overall it's remarkably complete.

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?

Explains font, formats, scale_percent clamping, trim/color_sort/text_align enums, output_dir default, and batch behavior of text. However, numeric parameters like line_height, word_spacing, letter_spacing are only named with defaults, lacking units or interpretation.

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?

Clearly states the tool creates machine-embroidered text using digitized fonts. The verb 'Create' and resource 'machine-embroidered text' are precise. Distinguishes from siblings like import_embroidery and export_embroidery.

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?

Provides clear context: font must come from list_fonts, newline-separated lines become separate designs. Does not explicitly exclude other uses or compare to siblings, but the specific nature of lettering implies when to use.

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