Japanese Text Analyzer

count-clipboard-chars

Count characters in Japanese or English text, excluding spaces and line breaks. Useful for precise text analysis in the Japanese Text Analyzer MCP server.

Instructions

テキストの文字数を計測します。スペースや改行を除いた実質的な文字数をカウントします。

Input Schema

NameRequiredDescriptionDefault
textYes文字数をカウントするテキスト

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "text": { "description": "文字数をカウントするテキスト", "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools from Japanese Text Analyzer

Related Tools

ID: a84hu4w43w