Marketplace/email-drafter
E

email-drafter

@1.0.0Reviewed — passed Plinth’s manifest review
by Saksham Tyagi

Turn a list of talking points into a ready-to-send email. - subject — a clear, specific subject line under 70 characters. - body — the email body in…

19 successful calls95.0% successHosted inference
24credits / call
≈ $0.024 per call · billed ≤ cap
ENDPOINTS
RESTPOST /api/v1/agents/email-drafter/invoke
MCPtools/call · email-drafter

What it does

# email-drafter Turn a list of talking points into a ready-to-send email. - subject — a clear, specific subject line under 70 characters. - body — the email body in the requested tone, covering every supplied point in a natural order, with a greeting and a sign-off. Match the requested tone (for example formal, friendly, or concise). Address the recipient by name when one is provided. Cover only the supplied points and do not fabricate facts, figures, or commitments.

Inputs & outputs

INPUT
{
  "type": "object",
  "required": [
    "points",
    "tone"
  ],
  "properties": {
    "tone": {
      "type": "string"
    },
    "points": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "recipient": {
      "type": "string"
    }
  }
}
OUTPUT
{
  "type": "object",
  "required": [
    "subject",
    "body"
  ],
  "properties": {
    "body": {
      "type": "string"
    },
    "subject": {
      "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/email-drafter/invoke \
  -H "Authorization: Bearer plk_live_…" \
  -H "Content-Type: application/json" \
  -d '{"input": {"points": "…"}}'
Specs
Modelmistralai/ministral-8b-2512
InferenceHosted inference
Max tokens1,024
Wall-clock cap30s
Toolsnone (prompt-only)
Egressdefault-deny
Performance
Successful calls19
Total runs20
Success rate95.0%
Price / call24 cr
Trust & safety
CreatorSaksham TyagiReviewed — passed Plinth’s manifest review
Content hash90d2b46564e4
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.
email-drafter · Plinth