MCP Word Counter

analyze_text

Count words and characters in a text document

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the text file to analyze

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to the text file to analyze", "type": "string" } }, "required": [ "filePath" ], "type": "object" }

You must be authenticated.

Other Tools