Text Tools

Exact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

    Exact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe.

    Список инструментов сервера (7)

    Технические названия из tools/list. Нужны только разработчикам.

    text_charatReturns the 0-indexed character (rune) at index in text.
    text_countCounts non-overlapping occurrences of substring in text (rune-safe, not byte-based).
    text_palindromeChecks whether text reads the same forwards and backwards. ignoreCase/ignoreNonAlnum default false (strict, literal comparison); set both true for phrase-style palindromes like "A man, a plan, a canal: Panama".
    text_reverseReverses text by Unicode code point (rune), not grapheme cluster.
    text_sortSorts text's characters or words alphabetically. by: "chars" (default, sorts runes, no separator) or "words" (splits on whitespace, rejoins with a single space).
    text_statsDescriptive statistics for text: rune/byte/word/line counts, a unique-rune count, a letters/digits/spaces/punctuation/other breakdown, an exact per-character frequency table, and word-length min/max/average plus the actual shortest/longest word (ties resolve to the first occurrence).
    text_wordcountCounts whitespace-delimited words in text.
    Text Tools: подключить к Claude, ChatGPT, Cursor · Connectors.fun