tell_random_story
Generate unpredictable emoji stories with adjustable chaos levels for entertaining visual narratives.
Instructions
Tells a completely random and chaotic emoji story. Perfect for when you want pure chaos! πβ¨
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chaos_level | No | How chaotic the story should be (1-10). Default: 5 |
Input Schema (JSON Schema)
{
"properties": {
"chaos_level": {
"description": "How chaotic the story should be (1-10). Default: 5",
"maximum": 10,
"minimum": 1,
"type": "number"
}
},
"type": "object"
}