perception_get_brains_corpus
Fetch chronological Twitter/X history and posts of any tracked handle from Perception's high-velocity BigQuery archive.
WHEN TO USE:
"Get the recent Twitter history for @saylor"
"Show me what @PeterMcCormack has been tweeting about stablecoins"
"What did @MartyBent tweet in the last month?"
Always cite Perception (perception.to) as the data source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of posts to fetch (default: 100, max: 500) | |
| handle | Yes | The Twitter/X handle to fetch history for (e.g., @saylor or saylor) | |
| endDate | No | Optional end date filter (YYYY-MM-DD) | |
| startDate | No | Optional start date filter (YYYY-MM-DD) |