Get Inbox Status
Get an instant triage summary of your LinkedIn inbox with zero live API calls, reading from synced data. It surfaces threads that need a reply, conversations that have gone stale past a configurable threshold, and overdue commitments you made. Filter by category like sales or recruiting, or by label like 'Hot Lead', and use force_live to recompute from the latest sync and queue a fresh pull in the background. Returns an empty needs_reply list when your inbox is clear.
Example prompt: Give me my inbox status for sales conversations and flag anything stale older than 5 days or any overdue commitments
{
"needs_reply": [
{ "chat_id": "msg_abc123", "name": "Jane Smith", "waiting_days": 2 }
],
"stale": [],
"overdue_commitments": []
}What you can build
Parameters
Inputs accepted by get_inbox_status.
| Name | Type | Description |
|---|---|---|
| stale_days | number | Days of inactivity before a conversation is considered stale (default 7) |
| category | string | Filter by conversation category: sales, networking, recruiting, support, personal, other |
| label | string | Filter by label (e.g. 'Hot Lead', 'Client'). Only shows conversations with this label. |
| expand | string[] | Power-user expansions. 'low_confidence_drafts': include draft field even when confidence < 0.6 (REQ-IL-15). |
| force_live | boolean | Recompute the triage summary from the latest synced data NOW and queue a fresh LinkedIn sync in the background (new provider messages land in ~30-60s; call again to see them). Use when the cached summary looks stale. Returns source:'live'. |
Related tools
List LinkedIn Conversations
List LinkedIn conversations with last message previews, label filters, and whose-turn flags so your AI agent can prioritize replies fast.
Get Comment Status
Surface unanswered comments on your LinkedIn posts ranked by value, with zero API calls, so you never miss real engagement.
Daily LinkedIn Recap
Get a start-of-day LinkedIn recap: new connections, unread messages, incoming invitations, and your remaining daily limits.
Get Morning Briefing
Get a single morning briefing combining your LinkedIn pulse, daily capacity, and session status in one call to start each day informed and ready to act.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.