You're viewing a demo portfolio

Join the waitlist
PRSM

generate_content

Active

Tool of io.github.meltingpixelsai/harvey-tools

declared in 1.0.0

Generate high-quality written content. Supports blog posts, product descriptions, documentation, social posts, and emails. Customizable tone, length, and keywords.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "type",
    "topic"
  ],
  "properties": {
    "tone": {
      "enum": [
        "professional",
        "casual",
        "technical",
        "friendly"
      ],
      "type": "string",
      "description": "Writing tone (default: professional)"
    },
    "type": {
      "enum": [
        "blog_post",
        "product_description",
        "documentation",
        "social_post",
        "email"
      ],
      "type": "string",
      "description": "Content type"
    },
    "topic": {
      "type": "string",
      "description": "Topic or subject to write about"
    },
    "length": {
      "enum": [
        "short",
        "medium",
        "long"
      ],
      "type": "string",
      "description": "Target length (default: medium)"
    },
    "keywords": {
      "type": "string",
      "description": "Comma-separated keywords to include"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.meltingpixelsai/harvey-tools

https://github.com/meltingpixelsai/harvey-tools

2/7 registries
View full server →
generate_content — io.github.meltingpixelsai/harvey-tools — PRSM MCP