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