Skip to main content
Glama

Demo MCP Server

by kylekanouse

transform-text

Modify text case, format, or structure by applying operations like uppercase, lowercase, capitalize, reverse, or word count. Ideal for processing and transforming text efficiently.

Instructions

Transform text case and format

Input Schema

NameRequiredDescriptionDefault
operationYesTransformation operation to apply
textYesText to transform

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "operation": { "description": "Transformation operation to apply", "enum": [ "uppercase", "lowercase", "capitalize", "reverse", "word-count" ], "type": "string" }, "text": { "description": "Text to transform", "type": "string" } }, "required": [ "text", "operation" ], "type": "object" }

Other Tools from Demo MCP Server

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/kylekanouse/Test-MCP---DEMO-MCP-Dev-1'

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