Search LinkedIn posts
search_linkedin_postsSearch public LinkedIn posts by keywords and store the results 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 | Comma-separated keywords to search for. | |
| recency | No | How far back to search. Default Week. | |
| found_by_object_id | No | The searching agent's own object id, from the [object:...] marker. Omit in normal chat. |