Skip to main content
Glama

guided_login

Opens a browser to a platform login page, detects authentication, and automatically harvests cookies for session reuse.

Instructions

打开浏览器让你登录平台,自动检测登录态并收割 Cookie。

自动打开 Chrome → 导航到平台登录页 → 你扫码/输入密码 → 检测到你登录成功后自动收割 Cookie 并保存。

无需手动操作 CDP 端口——全程自动化。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoCDP 端口 (可选, 默认 9222)
platformYes认证注册表中的平台名,包括京东、微博、抖音、豆瓣和大众点评。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/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. It discloses the automated workflow (opening Chrome, navigating, detecting login, harvesting) but does not mention potential side effects (e.g., overwriting existing cookies), error handling, or permission requirements. Adequate but not comprehensive.

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 very concise and front-loaded with the main action. It uses short, clear sentences in Chinese with no wasted words. Perfect length for the tool's simplicity.

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?

Given the tool's low complexity (2 params, no nested objects, has output schema), the description is largely complete. It explains the entire workflow. However, it doesn't mention the output schema or what happens on failure, but the existence of an output schema reduces the burden.

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 baseline is 3. The description does not add additional meaning beyond the schema for either parameter (port and platform). It does not elaborate on parameter formats or constraints.

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's purpose: open a browser, navigate to login page, detect login, and harvest cookies. It uses specific verbs (打开, 导航, 收割) and specifies the resource (浏览器, 登录页, Cookie). This distinguishes it from sibling tools like harvest_cookies and check_cookies.

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?

The description implies usage context (to login to a platform and harvest cookies) but does not explicitly state when not to use or provide alternatives. The workflow is clear, but no exclusions or sibling differentiation are mentioned.

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/goesByhc/cn-scraper-mcp'

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