create_brand_voice
ActiveTool of SendIt
Create a brand voice profile to guide AI content generation. Configurable fields: • tone: Overall tone (professional, casual, energetic, witty, etc.) • personality: Brand personality description • writingStyle: Writing style guidelines • doRules: Array of things the brand voice SHOULD do • dontRules: Array of things the brand voice should NEVER do • examplePosts: Example posts in this brand voice • approvedHashtags: Preferred hashtags to prioritize • bannedWords: Words to never use in content • keyPhrases: Key phrases to incorporate naturally
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Name for this brand voice profile"
},
"tone": {
"type": "string",
"description": "Overall tone (e.g., professional, casual, energetic)"
},
"doRules": {
"type": "array",
"items": {
"type": "string"
},
"description": "Things the brand voice SHOULD do"
},
"dontRules": {
"type": "array",
"items": {
"type": "string"
},
"description": "Things the brand voice should NEVER do"
},
"isDefault": {
"type": "boolean",
"description": "Set as the default brand voice"
},
"keyPhrases": {
"type": "array",
"items": {
"type": "string"
},
"description": "Key phrases to incorporate"
},
"bannedWords": {
"type": "array",
"items": {
"type": "string"
},
"description": "Words to never use"
},
"personality": {
"type": "string",
"description": "Brand personality description"
},
"examplePosts": {
"type": "array",
"items": {
"type": "string"
},
"description": "Example posts in this voice"
},
"writingStyle": {
"type": "string",
"description": "Writing style guidelines"
},
"approvedHashtags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Preferred hashtags"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries