Categories

Add Symbols Around Letters

Quickly surround each letter of the text with decorative symbols

Only used when "Custom Symbols" is selected

Only used when "Custom Symbols" is selected

Keep original spacing and formatting

API Documentation

Request Endpoint

POST /en/api/tools/text-symbol-wrapper

Request Parameters

Parameter Name Type Required Description
textInput textarea Yes -
wrapStyle select Yes -
leftSymbol text No Only used when "Custom Symbols" is selected
rightSymbol text No Only used when "Custom Symbols" is selected
applyTo select Yes -
preserveSpaces checkbox No Keep original spacing and formatting

Response Format

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-text-symbol-wrapper": {
      "name": "text-symbol-wrapper",
      "description": "Quickly surround each letter of the text with decorative symbols",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-symbol-wrapper",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]