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

by jkingsman
Verified

get_posts_by_date

Retrieve QAnon posts within a specified date range for research or analysis. Input start and end dates in YYYY-MM-DD format, with an optional limit for results.

Instructions

Get posts/drops within a specific date range. Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format (defaults to start_date if not provided) limit: Maximum number of results to return (default: 10)

Input Schema

NameRequiredDescriptionDefault
end_dateNo
limitNo
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "default": null, "title": "End Date", "type": "string" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "start_date": { "title": "Start Date", "type": "string" } }, "required": [ "start_date" ], "title": "get_posts_by_dateArguments", "type": "object" }

You must be authenticated.

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

Related Tools

ID: gasnrcwhjo