You're viewing a demo portfolio

Join the waitlist
PRSM

word_frequency

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
word_frequency — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP