linkedin_system_reset
Reset LinkedIn MCP browser state by clearing in-memory cache and optionally restarting the browser to fix stale reads or failing automation.
Instructions
Clear the in-memory cache and/or restart the browser. Use this when reads seem stale after an out-of-band change, or when browser automation starts failing repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clearCache | No | Drop all cached reads. Defaults to true. | |
| resetQuotas | No | Reset the local safety counters for connections/messages/applications. Only do this if the user explicitly asks — the counters exist to protect the account. | |
| restartBrowser | No | Tear down and relaunch the browser. Defaults to false. |