UNO 项目提供了一系列文本处理工具,可对文本进行分析和增强,能应用于创意写作、写作指导、游戏叙述发展等多个场景,为用户提供专业且高效的文本处理解决方案。
<use_mcp_tool>
<server_name>unoserver_name>
<tool_name>analyze_texttool_name>
<arguments>
{
"text": "As Sarah walked into the garden, she noticed the old statue in the corner. It was covered in moss and vines, almost hidden from view. She felt drawn to it somehow."
}
arguments>
use_mcp_tool>
此功能会返回详细的分析报告,报告中包含叙述位置、角色关注点、增强机会等信息,帮助用户深入了解文本情况。
<use_mCP_TOOL>
<server_name>unoserver_name>
<tool_name>enhance_texttool_name>
<arguments>
{
"text": "As Sarah walked into the garden, she noticed the old statue in the corner. It was covered in moss and vines, almost hidden from view. She felt drawn to it somehow."
}
arguments>
use_mcp_tool>
该功能会返回一个大约双倍长度的文本,应用所有五种增强技术,让文本内容更加丰富。
<use_mcp_tool>
<server_name>unoserver_name>
<tool_name>custom_enhance_texttool_name>
<arguments>
{
"text": "As Sarah walked into the garden, she noticed the old statue in the corner. It was covered in moss and vines, almost hidden from view. She felt drawn to it somehow.",
"expansionTarget": 150,
"enableGoldenShadow": true,
"enableEnvironmental": true,
"enableActionScene": false,
"enableProseSmoother": true,
"enableRepetitionElimination": false
}
arguments>
use_mcp_tool>
用户可根据自身需求,仅应用 Golden Shadow Enhancement、Environmental Expansion 和 Prose Smoothing 等指定的增强技术,目标扩展率为 150%。
<use_mcp_tool>
<server_name>unoserver_name>
<tool_name>custom_enhance_texttool_name>
<arguments>
{
"text": "Jack entered the abandoned warehouse, searching for clues.",
"expansionTarget": 300,
"enableEnvironmental": true,
"enableGoldenShadow": false,
"enableActionScene": false,
"enableProseSmoother": false,
"enableRepetitionElimination": false
}
arguments>
此示例可增强场景的环境细节,让写作内容更加生动。
<use_mcp_tool>
<server_name>unoserver_name>
<tool_name>analyze_texttool_name>
<arguments>
{
"text": "[学生写作样本]"
}
arguments>
use_mcp_tool>
基于该分析结果,可建议学生更清晰地开发角色动机,提升写作质量。
<use_mcp_tool>
<server_name>unoserver_name>
<tool_name>custom_enhance_texttool_name>
<arguments>
{
"text": "[原文本]",
"enableActionScene": true,
"enableEnvironmental": true,
"enableGoldenShadow": false,
"enableProseSmoother": true,
"enableRepetitionElimination": true
}
arguments>
该示例能更激烈地呈现动作场景,为游戏叙述增添更多精彩。
<use_mcp_tool>
<server_name>unoserver_name>
<tool_name>enhance_texttool_name>
<arguments>
{
"text": "[章节摘录]",
"expansionTarget": 180
}
arguments>
此功能可帮助用户扩展章节内容,使章节更加丰富完整。
analyze_text
开始分析,以便了解文本需求。项目采用 MIT 许可证,具体许可内容请参考项目文档。