You're viewing a demo portfolio

Join the waitlist
PRSM

line_ending_convert

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Line Ending Converter — Detect and normalize line endings (LF/CRLF/CR) in text to a single target style.

Parameters schema

{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Text to convert"
    },
    "target": {
      "enum": [
        "lf",
        "crlf",
        "cr"
      ],
      "type": "string",
      "description": "lf | crlf | cr (default lf)"
    }
  },
  "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 →
line_ending_convert — WingmanProtocol Agent Gateway — PRSM MCP