You're viewing a demo portfolio

Join the waitlist
PRSM

indent_convert

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →