AgentSkillsCN

mcp-sample-converter

在不同格式之间转换文本数据。接收输入字符串与目标格式,返回转换后的结果。支持的转换包括:文本转大写、文本转小写、文本转标题大小写,以及词频统计分析。当用户提出文本转换、格式化或分析需求时,可使用此工具。

SKILL.md
--- frontmatter
name: mcp-sample-converter
provider: mcp
version: 0.1.0
runtime_requirements: []
description: >
  Convert text data between formats. Accepts an input string and a target format,
  then returns the converted result. Supported conversions: text to uppercase,
  text to lowercase, text to title case, and word count analysis.
  Use this tool when users ask to transform, convert, or analyze text content.

MCP Sample Converter

Description

This tool converts text between various formats and provides basic text analysis.

How to use (Strict Mode / Low Freedom)

  • Input parameters:
    • input_text (string): The text content to process
    • operation (string): One of "uppercase", "lowercase", "titlecase", "wordcount"