You're viewing a demo portfolio

Join the waitlist
PRSM

press_release_generate

Active

Tool of Press Release

declared in 0.1.0

Transform any announcement into a satirical press release. Accepts announcement text, optional company name, location, and tone (visionary/disrupting/humbled/transparent/pivoting); returns formatted release with headline, body, boilerplate, and media contact section.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "tone": "disrupting",
      "company": "TechVision Inc.",
      "location": "San Francisco, CA",
      "announcement": "We are launching a new AI-powered analytics platform that helps businesses make data-driven decisions in real-time."
    },
    {
      "tone": "transparent",
      "announcement": "After careful reflection, we are shifting our focus to sustainable products and reducing our carbon footprint by 50% by 2025."
    }
  ],
  "required": [
    "announcement"
  ],
  "properties": {
    "tone": {
      "enum": [
        "visionary",
        "disrupting",
        "humbled",
        "transparent",
        "pivoting"
      ],
      "type": "string"
    },
    "company": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "announcement": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Press Release

https://github.com/pipeworx-io/mcp-press-release

1/7 registries
View full server →