A Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Counts words and characters in a text document. Parameters: filePath (string, required) - Path to the text file to analyze. Returns: Word count, Character count (including spaces), Character count (excluding spaces).