You're viewing a demo portfolio

Join the waitlist
PRSM

post_translate_text

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

TRANSLATION — POST {text, target} and get the translation plus the detected source language. Any language pair; target as a name or ISO code ('spanish', 'de', 'ja'). Up to 8,000 chars per call; line breaks and markdown preserved; code, URLs, and proper names left alone. Optional {source} to pin the source language, {formality}: formal|informal. Fast cheap LLM under the hood; the x402 payment IS the auth. ($0.01 per call, paid via x402)

Parameters schema

{
  "type": "object",
  "required": [
    "text",
    "target"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "The text to translate, up to 8,000 characters"
    },
    "source": {
      "type": "string",
      "description": "Optional source language; auto-detected when omitted"
    },
    "target": {
      "type": "string",
      "description": "Target language — name or ISO code ('spanish', 'de', 'ja')"
    },
    "formality": {
      "type": "string",
      "description": "formal or informal register (optional)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.webberdesign/webbersites-x402-data-api

https://github.com/webberdesign/api.webbersites.com

1/7 registries
View full server →
post_translate_text — io.github.webberdesign/webbersites-x402-data-api — PRSM MCP