get_post_by_id_tool
Retrieve a specific QAnon post using its unique ID for detailed analysis or research. Input the post_id to access targeted content from the MCP server database.
Instructions
Retrieve a specific post by its ID.
Args:
post_id: The ID of the post to retrieve
Input Schema
Name | Required | Description | Default |
---|---|---|---|
post_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"post_id": {
"title": "Post Id",
"type": "integer"
}
},
"required": [
"post_id"
],
"title": "get_post_by_id_toolArguments",
"type": "object"
}