Skip to main content
Glama

browser.save_memory_profile

Preserve session state by saving a memory profile with context. Reload the profile in later sessions to resume interrupted tasks.

Instructions

Save a named memory profile with context from the current session. Loaded into future sessions via memory_profile=name in create_session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
profile_nameYes
goal_summaryNo
completed_stepsNo
discovered_selectorsNo
notesNo
Behavior2/5

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

No annotations provided, so description carries full burden. Does not disclose whether saving overwrites, limits, or any side effects. Only states action without behavioral details.

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?

Two sentences, no extra words, action-oriented. Front-loaded with key purpose.

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?

Tool has 6 parameters and nested objects, no output schema, no annotations. Description fails to explain what the profile contains or how it behaves, leaving significant gaps for an agent.

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 description coverage is 0%, yet description adds no parameter info. Only vague reference to 'context from current session' – does not explain goal_summary, completed_steps, etc.

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 states 'Save a named memory profile with context from the current session' – clear verb, resource, and scope. Distinguishes from siblings like get_memory_profile and list_memory_profiles.

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 usage context: 'Loaded into future sessions via memory_profile=name in create_session.' Lacks exclusions or direct alternatives but gives clear when-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/LvcidPsyche/auto-browser'

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