Skip to main content
Glama

Import Profile from Chrome

profile_import_from_chrome

Import Chrome cookies and authentication via CDP to create isolated Leapfrog profiles. Transfer real Google auth and logged-in sessions to AI agent browsers while keeping your actual browser session separate.

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.
Behavior4/5

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

With no annotations provided, the description carries full disclosure burden. It successfully explains the external dependency (CDP endpoint), security boundary (isolated session vs real browser), data scope (cookies, auth sessions), and capture mechanism. Could improve by mentioning error handling (e.g., Chrome not running) or idempotency (overwriting existing profiles).

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 sentences, zero waste. First sentence establishes the core operation, second explains benefits/constraints, third provides essential setup command. Information density is high with no redundancy or filler.

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?

Adequately covers the complex multi-step workflow (Chrome setup, CDP connection, cookie extraction, profile creation) despite having no output schema or annotations. The Chrome startup command is crucial context for a tool requiring external process coordination. Minor gap: doesn't specify behavior when profile name already exists.

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

Parameters4/5

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

Schema has 100% coverage, establishing baseline 3. Description adds meaningful context: explains 'cdp' via the Chrome startup command, clarifies 'name' as the Leapfrog profile destination, and implies 'domains' through the cookie capture explanation. Elevates understanding beyond dry schema descriptions.

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 uses specific verbs (connect, capture, save) and clearly identifies the source resource (Chrome browser via CDP) and target (Leapfrog profile). It distinguishes from generic profile creation by specifying the Chrome CDP import mechanism and outcomes (Google auth, reCAPTCHA trust).

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

Usage Guidelines3/5

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

Provides clear prerequisites (Chrome must be started with --remote-debugging-port=9222) and explains the value proposition (real auth in isolated session). However, it lacks explicit guidance on when to use this vs sibling tools like profile_warm or session_create, or when not to use it (e.g., if Chrome isn't available).

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