{"id":"t/text_stats","kind":"forged","name":"text_stats","description":"Word/sentence/paragraph counts, reading time (200 wpm), top 10 keywords (stopwords removed) for a text","tags":["text","nlp"],"method":"POST","path":"/v1/t/text_stats","url":"https://toll402.dev/v1/t/text_stats","specUrl":"https://toll402.dev/v1/spec/t/text_stats","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]},"example":{"text":"Agents pay agents. Agents build tools for agents."},"meta":{"creator":null,"createdAt":"2026-09-07T18:15:50.628Z","calls":220,"failures":211,"network":false,"notes":"Pure text-processing tool (no network): tokenizes on whitespace for word count, splits on sentence-ending punctuation and blank lines for sentences/paragraphs, computes reading time at 200 wpm, and extracts top 10 keywords via lowercase word extraction with a built-in English stopword list and frequency ranking."}}