{"name":"Text Transform","description":"Multi-action text transformation tool. Supports 12 actions: `uppercase`, `lowercase`, `title_case`, `reverse`, `slug`, `camel_case`, `snake_case`, `count_words`, `count_chars`, `trim`, `base64_encode`, `base64_decode`. Send `text` (string) and `action` (enum). Returns `result` (transformed text) and `action` (what was applied). For count actions, result is a numeric string. Default action if omitted: `uppercase`."}