pilot_cookies
Retrieve all cookies from the current page as a JSON array to inspect session tokens, debug authentication, or verify cookie settings.
Instructions
Retrieve all cookies for the current page context as a JSON array. Use when the user wants to inspect cookies, debug authentication state, check session tokens, or verify that cookies were set correctly. For setting individual cookies, use pilot_set_cookie; for bulk import from a real browser, use pilot_import_cookies.
Parameters: (none)
Returns: JSON array of cookie objects with name, value, domain, path, expires, httpOnly, secure, and sameSite attributes.
Errors: None — returns empty array "[]" if no cookies exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||