C
Cymosoft
/convert_fullwidth_halfwidth
Convert 全角⇔半角
Convert Japanese text between fullwidth (全角) and halfwidth (半角) forms for ASCII letters, digits, punctuation and spaces.
liveverifiedunknown~5s typical
mcpprobedcymosoft
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-cymosoft-cymosoft /convert_fullwidth_halfwidth for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | |
| direction* | string (to_halfwidth | to_fullwidth) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-cymosoft-cymosoft","endpoint":"/convert_fullwidth_halfwidth","input":{"text":"...","direction":"to_halfwidth"}}'cli
npx cracked-ai run -p mcp-com-cymosoft-cymosoft -e /convert_fullwidth_halfwidth -i '{"text":"...","direction":"to_halfwidth"}'mcp
run_tool({ provider: "mcp-com-cymosoft-cymosoft", endpoint: "/convert_fullwidth_halfwidth", input: {"text":"...","direction":"to_halfwidth"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.