Skip to main content
Glama

ruyi_set_fingerprint

Spoof browser fingerprint on the current page with independent control over geolocation, timezone, language, UserAgent, viewport, screen size, window size, and CSP bypass.

Instructions

对当前页面应用指纹伪装。可独立设置地理位置、时区、语言、UserAgent、viewport、outer window、screen 与 CSP 绕过。ruyipage 支持 22 维硬件指纹随机化(需在 ruyi_new_page 时通过 fingerprint 参数配置)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNo语言区域,如 "en-US"
pageIdxNo标签页索引
timezoneNoIANA 时区,如 "America/New_York"
viewportNo仅设置 viewport;与 windowSize 互斥
bypassCspNo绕过 CSP 限制
userAgentNo自定义 UserAgent 字符串
screenSizeNo独立覆盖 screen.width/screen.height/screen.avail* 与可选 DPR;不调整 outer window 或 viewport。
windowSizeNo仅设置 Firefox outer window;inner/viewport 由 Firefox 原生计算,与 viewport 互斥。devicePixelRatio 仅为旧客户端兼容保留且会被忽略;DPR 优先使用 viewport,screenSize DPR 取决于 runtime。
geolocationNo地理位置模拟
screenOrientationNo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states that fingerprint spoofing is applied to the current page and mentions the need to configure hardware fingerprint randomization at page creation, which is useful. However, it does not disclose whether the settings persist across navigations, how to reset them, or any potential side effects on page behavior. This lack of reversibility/persistence information is a notable gap for a mutation tool.

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 long and front-loads the primary purpose. The first sentence states the main action, and the second adds a useful contextual note about hardware fingerprint randomization. Every word earns its place; there is no redundancy or 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?

Given the tool's complexity (10 parameters, nested objects), the schema carries most of the explanatory weight. The description provides a clear high-level overview and adds the limitation about hardware fingerprint randomization requiring configuration at page creation. It does not explain the interaction between this tool and sibling emulation tools, but the current page scope is stated, making it reasonably complete. A 5 would require more explicit guidance on when to use this combined tool vs. individual ones.

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?

The schema already provides highly detailed descriptions for all parameters (90% coverage), so the description does not need to explain them individually. The description adds a high-level summary of the parameter categories but contributes little beyond the schema. It does mention the 22-dimensional hardware fingerprint randomization, but that is not a parameter of this tool, so it adds marginal semantic value.

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 function: apply fingerprint spoofing to the current page. It enumerates the specific spoofable dimensions (geolocation, timezone, language, UserAgent, viewport, outer window, screen, CSP bypass), distinguishing it from single-purpose sibling tools. The verb 'apply' and resource 'current page' are specific and unambiguous.

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 this is a combined tool for setting multiple fingerprint dimensions independently, which suggests it can be used instead of individual emulation tools. However, it does not explicitly state when to prefer this over dedicated siblings like ruyi_emulate_geolocation, nor does it provide exclusions or alternative recommendations. The context is clear but the guidance is implicit rather than explicit.

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/Facetomyself/ruyi-mcp'

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