get_mentions
Retrieve recent @mentions of your authenticated Twitter account. Specify a start date and limit results to analyze engagement.
Instructions
Get recent @mentions of the authenticated account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_date | No | ISO 8601 date string (e.g., 2026-01-20T00:00:00Z). Only tweets after this date will be returned. | |
| max_results | No | Maximum number of mentions to return (5-100, default: 10) |