press_release_generate
ActiveTool of Press Release
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Press Release
https://github.com/pipeworx-io/mcp-press-release
1/7 registries