interceptor_browser_get_cookie
Retrieve a specific cookie's full value from an intercepted browser session by its cookie ID, with an optional character limit to keep output bounded.
Instructions
Get one cookie by cookie_id with full value (subject to a hard cap to keep output bounded).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookie_id | Yes | cookie_id from interceptor_browser_list_cookies | |
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch | |
| value_max_chars | No | Max characters for cookie value (default: 20000) |