jargon_translator_translate
ActiveTool of Jargon Translator
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Jargon Translator
https://github.com/pipeworx-io/mcp-jargon-translator
1/7 registries