You're viewing a demo portfolio

Join the waitlist
PRSM

text_wordwrap

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Text Word-Wrap / Reflow — Wrap plain text to a fixed column width (stdlib textwrap), returning either an array of lines or a single re-flowed string.

Parameters schema

{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "mode": {
      "enum": [
        "wrap",
        "fill"
      ],
      "type": "string",
      "description": "wrap | fill (default wrap)"
    },
    "text": {
      "type": "string",
      "description": "Text to wrap"
    },
    "width": {
      "type": "integer",
      "description": "Max characters per line, 1-1000 (default 70)"
    },
    "break_long_words": {
      "type": "boolean",
      "description": "Split a word longer than width across lines (default true)"
    }
  },
  "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 →