Search X posts
search_tweetsSearch recent public posts on X (Twitter) by keywords — the X API covers roughly the last week. Uses the user's connected X account; if none is connected, give the user the link it returns. Results are stored in the user's brain automatically — do not re-save them with graph tools. The response splits posts into 'new' (never seen by this user before) and 'seen' (already stored on an earlier run). When running as a scheduled watcher, only report or email when 'new' is non-empty, and never include 'seen' posts. Link a post with label using the returned object ids. Pass found_by_object_id (your own agent node id, the id inside the [object:...] marker at the end of your instructions) so finds are filed under that agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to search for. X search syntax works: keywords, @mentions, "exact phrases", OR. | |
| found_by_object_id | No | The searching agent's own object id, from the [object:...] marker. Omit in normal chat. |