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

by jkingsman
Verified

get_posts_by_author_id

Retrieve posts by a specific author ID from the QAnon dataset for analysis. Input the author ID and optional limit to fetch results efficiently.

Instructions

Get posts/drops by a specific author ID. Args: author_id: The author ID to search for limit: Maximum number of results to return (default: 10)

Input Schema

NameRequiredDescriptionDefault
author_idYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "author_id": { "title": "Author Id", "type": "string" }, "limit": { "default": 10, "title": "Limit", "type": "integer" } }, "required": [ "author_id" ], "title": "get_posts_by_author_idArguments", "type": "object" }

You must be authenticated.

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

Related Tools

ID: gasnrcwhjo