word_frequency
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Analyze word frequency in text. Returns top N words with counts and percentages. Supports English stopword filtering. Useful for content analysis, keyword extraction, and LLM output analysis.
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "string",
"description": "Text to analyze"
},
"top_n": {
"type": "number",
"description": "Return top N words (default: 20, max: 200)"
},
"min_length": {
"type": "number",
"description": "Minimum word length to include (default: 3)"
},
"remove_stopwords": {
"type": "boolean",
"description": "Remove common English stopwords (default: true)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries