analyze_text
Analyze story page text to generate detailed insights and actionable reports for better understanding and decision-making using the UNO-MCP server.
Instructions
Analyzes a story page and generates a report with insights
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes | The story page text to analyze or enhance |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"description": "The story page text to analyze or enhance",
"type": "string"
}
},
"required": [
"text"
],
"type": "object"
}