morse_code_convert
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Morse Code Encoder / Decoder — Encode text (A-Z, 0-9) to International Morse Code, or decode Morse back to text.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"mode": {
"enum": [
"encode",
"decode"
],
"type": "string",
"description": "encode | decode (default encode)"
},
"text": {
"type": "string",
"description": "Text to encode, or Morse to decode"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries