fluxink-mcp-chatgpt-recognize-handwriting
Internal FluxInk handwriting recognition execution endpoint. Invoked ONLY by the handwriting canvas widget when the user finishes drawing. Do NOT call this tool directly from chat. To capture handwriting from the user, call show_handwriting_canvas instead. This endpoint requires a JSON stroke payload that only the widget can produce.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Widget-internal recognition family. Preferred values are general or structure; legacy text, math, and chemical values are accepted for existing widget compatibility. | general |
| strokes | Yes | JSON encoded array of strokes captured by the widget. Each stroke is an object with x, y, t arrays. | |
| language | No | Optional language hint for text mode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| result | No | ||
| success | Yes |