list_posts
List LinkedIn post summaries with metadata and short snippets to identify relevant posts before fetching full content. Filter by account, category, recency, and engagement.
Instructions
Return a slim index of posts (metadata + 150-char snippet, NO full content).
Use this to survey what posts exist before deciding which ones to read in full via get_posts(). Fetching slim records first is far more token-efficient.
Args: account: Slug (e.g. "acme-charging") or full LinkedIn URL. Empty = all accounts. Use list_accounts() to find slugs. category: Filter by semantic category (e.g. "product", "hiring"). days_ago: Only posts from the last N days (0 = no limit). min_engagement: Only posts where likes+comments+shares >= this value. limit: Max posts to return (default 30, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| account | No | ||
| category | No | ||
| days_ago | No | ||
| min_engagement | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |