https://github.com/jkingsman/qanon-mcp-server

by jkingsman
Verified

word_cloud_by_post_ids

Visualize the most frequent words in posts by generating a word cloud analysis for a specified range of post IDs, aiding in pattern identification and content exploration.

Instructions

Generate a word cloud analysis showing the most common words used in posts within a specified ID range. Args: start_id: Starting post ID end_id: Ending post ID min_word_length: Minimum length of words to include (default: 3) max_words: Maximum number of words to return (default: 100)

Input Schema

NameRequiredDescriptionDefault
end_idYes
max_wordsNo
min_word_lengthNo
start_idYes

Input Schema (JSON Schema)

{ "properties": { "end_id": { "title": "End Id", "type": "integer" }, "max_words": { "default": 100, "title": "Max Words", "type": "integer" }, "min_word_length": { "default": 3, "title": "Min Word Length", "type": "integer" }, "start_id": { "title": "Start Id", "type": "integer" } }, "required": [ "start_id", "end_id" ], "title": "word_cloud_by_post_idsArguments", "type": "object" }

You must be authenticated.

Other Tools from https://github.com/jkingsman/qanon-mcp-server

Related Tools

ID: gasnrcwhjo