get_timeline_summary
Generate a summarized timeline of QAnon posts within a specified date range to support research and analysis of their content and patterns.
Instructions
Get a timeline summary of posts/drops, optionally within a date range.
Args:
start_date: Optional start date in YYYY-MM-DD format
end_date: Optional end date in YYYY-MM-DD format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | No | ||
start_date | No |
Input Schema (JSON Schema)
{
"properties": {
"end_date": {
"default": null,
"title": "End Date",
"type": "string"
},
"start_date": {
"default": null,
"title": "Start Date",
"type": "string"
}
},
"title": "get_timeline_summaryArguments",
"type": "object"
}