analyze_post
Analyze a specific post to extract detailed insights, references, and contextual information for sociological research on QAnon content.
Instructions
Get detailed analysis of a specific post/drop including references and context.
Args:
post_id: The ID of the post to analyze
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": "analyze_postArguments",
"type": "object"
}