Get localStorage
get_local_storageRetrieve all localStorage entries for the current page's origin. Values are truncated to 200 characters; use evaluate_script for full access.
Instructions
Read all localStorage entries for the current page's origin.
Values are truncated to 200 characters each; for one entry in full use
evaluate_script with () => localStorage.getItem("key").
localStorage is scoped per origin, so this returns nothing on about:blank — navigate to the site first. sessionStorage is not included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |