You're viewing a demo portfolio

Join the waitlist
PRSM

create_brand_voice

Active

Tool of SendIt

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →