indent_convert
ActiveTool of WingmanProtocol Agent Gateway
Indentation Converter (tabs <-> spaces) — Convert each line's LEADING indentation only between tabs and spaces, leaving content elsewhere on the line untouched.
Parameters schema
{
"type": "object",
"required": [
"text",
"mode"
],
"properties": {
"mode": {
"enum": [
"tabs_to_spaces",
"spaces_to_tabs"
],
"type": "string",
"description": "tabs_to_spaces | spaces_to_tabs"
},
"text": {
"type": "string",
"description": "Text to convert"
},
"width": {
"type": "integer",
"description": "Spaces per tab stop, 1-16 (default 4)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries