Skip to main content
Glama

UNO-MCP

custom_enhance_text

Enhance story page text by expanding content, removing repetition, and improving prose. Apply techniques like Golden Shadow, Environmental expansion, and Action Scene refinement for richer narratives.

Instructions

Enhances a story page using selected techniques

Input Schema

NameRequiredDescriptionDefault
enableActionSceneNoEnable Action Scene enhancement
enableEnvironmentalNoEnable Environmental expansion
enableGoldenShadowNoEnable Golden Shadow enhancement
enableProseSmootherNoEnable Prose Smoothing
enableRepetitionEliminationNoEnable Repetition Elimination
expansionTargetNoTarget expansion percentage (default: 200)
textYesThe story page text to enhance

Input Schema (JSON Schema)

{ "properties": { "enableActionScene": { "default": true, "description": "Enable Action Scene enhancement", "type": "boolean" }, "enableEnvironmental": { "default": true, "description": "Enable Environmental expansion", "type": "boolean" }, "enableGoldenShadow": { "default": true, "description": "Enable Golden Shadow enhancement", "type": "boolean" }, "enableProseSmoother": { "default": true, "description": "Enable Prose Smoothing", "type": "boolean" }, "enableRepetitionElimination": { "default": true, "description": "Enable Repetition Elimination", "type": "boolean" }, "expansionTarget": { "description": "Target expansion percentage (default: 200)", "maximum": 500, "minimum": 100, "type": "number" }, "text": { "description": "The story page text to enhance", "type": "string" } }, "required": [ "text" ], "type": "object" }
Install Server

Other Tools from UNO-MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MushroomFleet/UNO-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server