line_ending_convert
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries