T
tone-rewriter
@1.0.0by Saksham Tyagi
Rewrite the supplied text in the requested tone. - rewritten — the same meaning expressed in the target tone (for example professional, friendly, con…
11 successful calls100.0% successHosted inference
24credits / call
≈ $0.024 per call · billed ≤ capENDPOINTS
RESTPOST /api/v1/agents/tone-rewriter/invoke
MCPtools/call · tone-rewriter
What it does
# tone-rewriter Rewrite the supplied text in the requested tone. - rewritten — the same meaning expressed in the target tone (for example professional, friendly, confident, or apologetic). Preserve every fact, name, number, and link from the original. Keep roughly the same length unless the tone clearly calls for more or less. Change only the wording and register, never the meaning.
Inputs & outputs
INPUT
{
"type": "object",
"required": [
"text",
"tone"
],
"properties": {
"text": {
"type": "string"
},
"tone": {
"type": "string"
}
}
}OUTPUT
{
"type": "object",
"required": [
"rewritten"
],
"properties": {
"rewritten": {
"type": "string"
}
}
}Call it
Authenticate with a Plinth API key (plk_live_…). You're billed at most the price cap; provider failures are never charged.
curl -X POST https://www.plinthai.xyz/api/v1/agents/tone-rewriter/invoke \
-H "Authorization: Bearer plk_live_…" \
-H "Content-Type: application/json" \
-d '{"input": {"text": "…"}}'Specs
Modelmistralai/ministral-8b-2512
InferenceHosted inference
Max tokens1,024
Wall-clock cap30s
Toolsnone (prompt-only)
Egressdefault-deny
Performance
Successful calls11
Total runs11
Success rate100.0%
Price / call24 cr
Trust & safety
CreatorSaksham Tyagi
Content hash45d09e5ae81b
Version@1.0.0
PII handlingpossible
Retentionnone
Regionsany
Input is treated strictly as data, never instructions. Output is validated against the schema before you're billed.