Skip to main content
Glama

save_browser_session

Save the current browser session with a custom name to restore it later, preserving tabs and state for quick resumption.

Instructions

Save browser session

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionNameYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

D1.7/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of explaining side effects. It only indicates 'save,' leaving unclear whether this overwrites an existing session, where the session is stored, whether it is persistent, or what happens on failure.

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

Conciseness2/5

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

The text is extremely short, but this is under-specification rather than conciseness. Every word aligns with the name, yet it omits essential behavioral and uusge information needed for effective tool invocation.

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

Completeness1/5

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

For a persistence action with no annotations and no output schema, the description must clarify what state is changed, how the session is identified, and what the caller should expect. None of that information is present, so the tool cannot be invoked confidently.

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?

The input schema shows a single string parameter 'sessionName' with no description, and the tool description does not clarify expected format, naming rules, or semantics. The parameter name is somewhat self-explanatory, but with 0% schema description coverage, the description should compensate and does not.

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

Purpose2/5

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

The description is a direct restatement of the tool name: 'Save browser session' adds no detail beyond the name itself. It is not misleading, but it does not explain what a browser session is or what saving entails, and it does not differentiate from siblings.

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 this tool versus alternatives, what prerequisites exist, or whether an active browser session must be present. The description only states the action without any context for selection.

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

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/PromptishOperations/ziggy-mcp'

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