Convert each line's LEADING indentation only between tabs and spaces, leaving content elsewhere on the line untouched.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | required | Text to convert |
mode | string | required | tabs_to_spaces | spaces_to_tabs One of: tabs_to_spaces, spaces_to_tabs |
width | integer | optional | Spaces per tab stop, 1-16 (default 4) |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "indent_convert", "arguments": {"text": "hello from an agent", "mode": "tabs_to_spaces"}}}'curl -s https://wingmanprotocol.com/tools/indent_convert \
-H 'Content-Type: application/json' \
-d '{"text": "hello from an agent", "mode": "tabs_to_spaces"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/indent_convert from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).