You're viewing a demo portfolio

Join the waitlist
PRSM

slug_generate

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

URL Slug Generator — Transliterate text to ASCII (Unicode NFKD, diacritics stripped) and collapse it into a URL-safe, hyphenated slug.

Parameters schema

{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Text to slugify"
    },
    "lowercase": {
      "type": "boolean",
      "description": "Lowercase the slug (default true)"
    },
    "separator": {
      "type": "string",
      "description": "Separator character (default '-')"
    },
    "max_length": {
      "type": "integer",
      "description": "Truncate the slug to at most this many characters"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

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

1/7 registries
View full server →
slug_generate — WingmanProtocol Agent Gateway — PRSM MCP