Skip to main content
Glama
xuange520
by xuange520

Initialize Ruishu Hook

init_ruishu_hook

Initializes a system probe on a Chrome target to begin capturing network telemetry, preparing the pipeline for extracting structured business data from dynamic environments by isolating caching and proxy layers.

Instructions

Step 1: Pipeline Initialization. Binds the system-level probe to the target environment to extract high-quality business data from complex dynamic environments. Decouples caching and ServiceWorker proxy layers for pure telemetry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoChrome Debug port Host, default 127.0.0.1
portNoChrome Debug port Port, default 9222
url_keywordNoURL keyword of the target webpage, leave empty to mount the first tab by default
Behavior4/5

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

The description adds behavioral context by explaining that the tool decouples caching and ServiceWorker proxy layers, which goes beyond the annotations' readOnly/destructive hints. It also mentions 'pure telemetry' implying non-intrusiveness, though it does not disclose potential side effects like interference with the page or reversibility.

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?

The description is two sentences, front-loaded with 'Step 1: Pipeline Initialization', and contains no filler. However, some jargon like 'Ruishu Hook' and 'pure telemetry' may be opaque, but overall it is efficient.

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?

For an init tool with no output schema, it covers the core behavior but lacks setup prerequisites (e.g., Chrome debug port must be accessible) and a clear indication of what signals successful initialization. It also doesn't explain how the parameters tie into the described binding/decoupling.

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?

All three parameters are described in the schema with complete coverage, and the description does not add any additional meaning or relationships between parameters and the tool's behavior. Since schema coverage is 100%, baseline of 3 applies.

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 identifies the tool as a pipeline initialization step that binds a system-level probe, distinguishing it from siblings like get_intercepted_traffic and execute_page_action. The verb 'binds' and resource 'probe' convey a specific action.

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 phrase 'Step 1: Pipeline Initialization' implies this should be used before other steps, but it does not explicitly name alternatives or state when not to use it. Sibling tool names suggest a workflow but the description does not connect them.

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/xuange520/ruishu-mcp'

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