get_cookies
Lists cookies from the current browser tab, redacting session token values. Pass includeValues:true to retrieve raw values for debugging.
Instructions
SENSITIVE: list cookies visible to the current page. Values (session tokens!) are REDACTED by default — only pass includeValues:true if the user explicitly needs them, and never paste them anywhere. Active tab unless browserId given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browserId | No | Target tab. Defaults to active. | |
| includeValues | No | Include raw cookie values (session tokens — highly sensitive). Default: false. |