You're viewing a demo portfolio

Join the waitlist
PRSM

jargon_translator_translate

Active

Tool of Jargon Translator

declared in 0.1.0

Translate between corporate jargon and plain English. Specify direction (jargon→plain or plain→jargon) and tone (passive_aggressive, enthusiastic, defeated). Returns translation and interpretation tips.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "content": "We need to leverage our synergies and circle back on this to ideate some low-hanging fruit.",
      "direction": "corporate_to_english",
      "formality": "passive_aggressive"
    },
    {
      "content": "This project failed because we didn't have enough money and people quit.",
      "direction": "english_to_corporate",
      "formality": "enthusiastic"
    }
  ],
  "required": [
    "content",
    "direction"
  ],
  "properties": {
    "content": {
      "type": "string",
      "description": "Text to translate"
    },
    "direction": {
      "enum": [
        "corporate_to_english",
        "english_to_corporate"
      ],
      "type": "string",
      "description": "Translation direction"
    },
    "formality": {
      "enum": [
        "passive_aggressive",
        "enthusiastic",
        "defeated"
      ],
      "type": "string",
      "description": "Tone of the translation"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Jargon Translator

https://github.com/pipeworx-io/mcp-jargon-translator

1/7 registries
View full server →