Skip to main content
Glama

Import Profile from Chrome

profile_import_from_chrome

Import authentication cookies from a Chrome browser via CDP to create an isolated Leapfrog profile with logged-in sessions and reCAPTCHA trust.

Instructions

Connect to your real Chrome browser via CDP, capture its auth cookies, and save them as a Leapfrog profile. This gives you real Google auth, reCAPTCHA trust, and all your logged-in sessions — but in an isolated Leapfrog session, not your real browser. Start Chrome with: chrome --remote-debugging-port=9222

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProfile name to save as (e.g. 'google-auth', 'my-chrome').
cdpNoCDP endpoint. Default: http://localhost:9222http://localhost:9222
domainsNoOnly capture cookies from these domains. Omit for all cookies.
Behavior3/5

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

With no annotations, the description carries full burden. It explains the process and startup requirement but omits details like overwrite behavior, Chrome version compatibility, or return value. It adequately covers the main action but not edge cases.

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?

The description is two sentences plus a command, highly efficient and front-loaded. Every sentence adds value, with no fluff.

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

Completeness4/5

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

For a simple tool with no output schema, the description is largely complete: it explains the action, setup, and benefits. Missing details on whether it overwrites existing profiles or captures only cookies (not storage) keeps it from a perfect score.

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

Parameters3/5

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

Schema coverage is 100%, so description adds little beyond schema. The description implicitly links 'CDP' to the cdp parameter and 'auth cookies' to domains, but does not elaborate on parameter semantics beyond what the schema provides.

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 precisely states the tool's action: connect to Chrome via CDP, capture auth cookies, and save as a Leapfrog profile. It clearly distinguishes the benefit (real auth, reCAPTCHA trust, isolated session) and differentiates from sibling profile tools like profile_list and profile_delete.

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?

The description implies usage when needing real Chrome auth in isolation and provides a prerequisite command to start Chrome. However, it lacks explicit when-not-to-use or alternative suggestions, though no direct alternative exists among siblings.

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/anthonybono21-cloud/leapfrog'

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