Skip to main content
Glama

Read Web Storage

browser_get_storage
Read-onlyIdempotent

Retrieve localStorage and sessionStorage from a browser origin for authentication diagnosis and application-state inspection, requiring credential access acknowledgment.

Instructions

Use when a full-profile authentication or application-state diagnosis explicitly requires localStorage or sessionStorage. Preconditions: acknowledgeRawCapture: true and acknowledgeCredentialAccess: true are required for an authorized origin. Next: inspect only relevant keys and avoid returning raw secrets in summaries. Sensitivity: web storage frequently contains tokens, identifiers, preferences, and personal data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originNo
maxBytesNo
acknowledgeRawCaptureNo
includeSessionStorageNo
acknowledgeCredentialAccessNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
errorNo
resultNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, openWorld, idempotent, non-destructive. The description adds critical context: storage sensitivity (tokens, identifiers, personal data) and required acknowledgments. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three focused sentences, front-loaded with usage condition, no redundant text. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Use case and behavioral context are well covered, and output schema exists. However, with zero parameter description coverage and 5 parameters, the description is incomplete for effective tool invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%; the description does not mention any of the 5 parameters. Agents receive no guidance on origin, maxBytes, includeSessionStorage, or the acknowledgment booleans beyond schema field names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool reads localStorage or sessionStorage for authentication or application-state diagnosis, distinguishing it from sibling tools like browser_get_cookies or browser_get_state.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit preconditions (acknowledgeRawCapture, acknowledgeCredentialAccess) and next-step guidance (inspect relevant keys, avoid raw secrets). Implicitly restricts usage to contexts requiring full-profile auth or state diagnosis. Could be strengthened by directly stating when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ss26367098/rawtrace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server