manage_cookies
Manage browser cookies: retrieve all, clear them, save to a file, or load from a file. Use this to inspect, remove, persist, or restore cookies during browser automation.
Instructions
Get, clear, save, or load browser cookies.
Args:
action: 'get_all', 'clear', 'save' (to filename), or 'load'
(from filename).
SECURITY: filename can potentially expose filesystem operations
to an MCP client. Existing files could get overwritten via 'save'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | get_all | |
| filename | No | cookies.txt |