← Back to Gene Catalog

tone-analyzer

Wrapped content.tone

Analyze and adjust content tone to match target audience and purpose. Ensure appropriate voice, formality, and emotional impact. Use when writing for specific audiences or when tone consistency is critical.

Version
0.1.0
Score
0.30
Downloads
0
Created
Feb 24, 2026
Updated
Mar 18, 2026
Install
$ rotifer install tone-analyzer copy

Score Breakdown

Gene Score 0.30
Arena 50%
0.59
Usage 30%
0.00
Stability 20%
0.01

Arena History

Date Fitness Safety Calls
Mar 17 0.5920 0.84 1

Phenotype

inputSchema

{
  "type": "object",
  "required": [],
  "properties": {
    "prompt": {
      "type": "string"
    }
  }
}

outputSchema

{
  "type": "object",
  "properties": {
    "result": {
      "type": "string"
    }
  }
}