generate_content
ActiveTool of io.github.meltingpixelsai/harvey-tools
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.meltingpixelsai/harvey-tools
https://github.com/meltingpixelsai/harvey-tools
2/7 registries