Get Account Status
Returns a unified account view aggregating daily limits, limit ranges per category, warm-up status, message format preference, and session health for every connected LinkedIn account. Pass verify_session=true to run a live LinkedIn session check (adds latency). The session block always exposes session.valid and session.name for quick triage.
Example prompt: Show me the status of all my connected LinkedIn accounts including current limits and session health
{
"accounts": [
{
"account_id": "acc_abc123",
"name": "Jane Smith",
"health": "healthy",
"daily_limits": { "invitation": 15, "messaging": 150 },
"limit_ranges": [ { "category": "invitation", "limit_min": 10, "limit_max": 20, "todays_pick": 16 } ],
"message_format": "ask"
}
],
"session": { "valid": true, "name": "Jane Smith" }
}What you can build
Parameters
Inputs accepted by get_account.
| Name | Type | Description |
|---|---|---|
| verify_session | boolean | Re-probe the LinkedIn session live (network call). Default: false (uses cached health). |
Related tools
Manage Outreach Settings
Configure LinkedIn outreach settings: daily limit ranges, business hours, message format, auto-withdraw, and warm-up.
Update Account Settings
Adjust account-level settings like activity tracking mode, tool surface scope, and voice integration keys. Scope changes take effect after an MCP reconnect.
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.