Marketplace/product-description-writer
P

product-description-writer

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

Write marketing copy for a product from its name and feature list. - title — an SEO-friendly product title under 60 characters. - description — two t…

19 successful calls100.0% successHosted inference
24credits / call
≈ $0.024 per call · billed ≤ cap
ENDPOINTS
RESTPOST /api/v1/agents/product-description-writer/invoke
MCPtools/call · product-description-writer

What it does

# product-description-writer Write marketing copy for a product from its name and feature list. - title — an SEO-friendly product title under 60 characters. - description — two to three sentences of benefit-led copy aimed at the stated audience when one is given. - bullet_points — three to five short selling points, each derived from a supplied feature. Sell only the features provided. Do not invent specifications, prices, or claims that are not supported by the input.

Inputs & outputs

INPUT
{
  "type": "object",
  "required": [
    "name",
    "features"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "audience": {
      "type": "string"
    },
    "features": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}
OUTPUT
{
  "type": "object",
  "required": [
    "title",
    "description",
    "bullet_points"
  ],
  "properties": {
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "bullet_points": {
      "type": "array",
      "items": {
        "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/product-description-writer/invoke \
  -H "Authorization: Bearer plk_live_…" \
  -H "Content-Type: application/json" \
  -d '{"input": {"name": "…"}}'
Specs
Modelmistralai/ministral-8b-2512
InferenceHosted inference
Max tokens1,024
Wall-clock cap30s
Toolsnone (prompt-only)
Egressdefault-deny
Performance
Successful calls19
Total runs19
Success rate100.0%
Price / call24 cr
Trust & safety
CreatorSaksham TyagiReviewed — passed Plinth’s manifest review
Content hash8ff89bb813b4
Version@1.0.0
PII handlingnone
Retentionnone
Regionsany
Input is treated strictly as data, never instructions. Output is validated against the schema before you're billed.