Skip to main content
Glama

storage

Manage browser localStorage and sessionStorage. Perform get, set, remove, or clear operations on browser storage.

Instructions

Read/write localStorage (or sessionStorage). op: get|set|remove|clear.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYes
keyNo
tabIdNoTarget tab id (defaults to the active tab)
valueNo
sessionNo
Behavior2/5

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

With no annotations, the description must disclose all behavioral traits, but it only mentions read/write. It omits important behaviors such as what happens when a key doesn't exist, storage limits, or whether the operation is synchronous.

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

Conciseness4/5

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

The description is very concise—one sentence—but it conveys the essential purpose efficiently. It could be more structured (e.g., separate lines for operations), but it is not wasteful.

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

Completeness2/5

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

No output schema exists, yet the description does not explain return values (e.g., what get returns). It also does not clarify that key is required for get/set/remove, leaving the tool's usage incomplete.

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

Parameters2/5

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

Schema coverage is only 20% (only tabId described). The description adds the op enum values, which are already in the schema, but adds no meaning for key, value, or session. It fails to compensate for the low schema coverage.

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?

The description clearly states the tool reads/writes localStorage or sessionStorage and enumerates the four operations (get, set, remove, clear). This distinguishes it from sibling tools like get_cookies or click.

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

Usage Guidelines2/5

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

No guidance is provided on when to use localStorage vs sessionStorage, which operations to choose, or how this tool relates to alternatives like get_cookies. The description lacks explicit usage context.

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/Mehmoodqureshi/chrome-mcp'

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