fluxink-mcp-chatgpt-synthesize-handwriting-style
Internal FluxInk natural texture ink execution endpoint. Invoked ONLY by the style canvas widget when the user clicks Generate. Do NOT call this tool directly from chat. To render text in the personal handwriting style of the user, call show_style_canvas instead. This endpoint requires JSON encoded style strokes captured by the widget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to synthesize in the captured handwriting style. | |
| cell_size | No | Character cell size in pixels. | |
| legibility | No | Legibility level (0.0 to 2.0). | |
| style_text | No | Text the user actually wrote as the style sample (for accurate style conditioning). If omitted, the backend auto recognises via handwriting recognition. | |
| stroke_width | No | Output stroke width (1.0 to 15.0). | |
| style_strokes | Yes | JSON encoded array of style strokes captured from the canvas. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| success | Yes | ||
| charCount | No | ||
| imageBase64 | No | ||
| inferenceTimeMs | No |