Skip to main content
Glama

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

word_cloud_by_post_ids

Generate word clouds to visualize the most frequent words in posts within a specified ID range, enabling analysis of common themes and language patterns.

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

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

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jkingsman/qanon-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server