Skip to main content
Glama
majehuang

Hermes Crawler MCP Service

by majehuang

begin_login

Starts a QR code login process for websites requiring authentication, returning a base64-encoded QR code and login ID for client-side scanning.

Instructions

对需要登录的站点(如京东/淘宝)发起扫码登录,返回二维码(base64)与 login_id,供用户在客户端扫码。二维码由服务端从官方登录页实时截取。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description must cover behavior. It explains real-time QR capture and return of login_id, but omits expiry, idempotency, or session creation details.

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

Conciseness4/5

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

Single concise sentence, front-loaded with key info. Could benefit from slight restructuring to list steps or parameters.

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

Completeness3/5

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

Description covers return values and use case but does not mention output schema (likely exists) or explicitly connect to sibling tools for complete flow.

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 coverage is 0% - description adds context that url is for sites needing login, but does not specify expected URL format (e.g., login page or main page).

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 initiates QR code login for sites like JD/Taobao, returns base64 QR and login_id, distinguishing it from sibling tools like poll_login and cancel_login.

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?

Usage is implied (initiate login before polling), but no explicit when-to-use or when-not-to-use compared to alternatives like poll_login.

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/majehuang/h_claw'

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