Skip to main content
Glama

humanizer_idle

Simulate idle mouse micro-jitter and scrolls to bypass bot-detection scripts that flag inactivity.

Instructions

Simulate idle behavior with mouse micro-jitter and occasional micro-scrolls. Keeps the page 'alive' to avoid idle detection by bot-detection scripts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intensityNoIdle intensity: 'subtle' (±3px jitter) or 'normal' (±8px jitter, more scrolls)subtle
target_idYesTarget ID from interceptor_browser_launch
duration_msYesHow long to simulate idle behavior in ms

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv3.5.3
    • changedInput schema / properties / target_id / description
      Previous value: -"Target ID from interceptor_browser_launch or interceptor_camoufox_launch"New value: +"Target ID from interceptor_browser_launch"
  2. Changed1 schema field changedv3.3.2
    • changedInput schema / properties / target_id / description
      Previous value: -"Browser target ID from interceptor_browser_launch"New value: +"Target ID from interceptor_browser_launch or interceptor_camoufox_launch"
  3. Changed1 schema field changedv2.3.0
    • changedInput schema / properties / target_id / description
      Previous value: -"Chrome target ID from interceptor_chrome_launch"New value: +"Browser target ID from interceptor_browser_launch"
  4. Addedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are present, so the description carries the transparency burden. It discloses the synthetic nature ('simulate'), the exact behaviors (micro-jitter, occasional micro-scrolls), and the intended effect (avoiding idle detection). It could add caveats about visible cursor movement or detection limits, but the core behavior is clear.

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?

Two short sentences with no wasted words. The first sentence front-loads the action and mechanism; the second gives the purpose. It is appropriately sized for the tool's complexity.

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?

For a simple simulation tool, the description plus fully described schema is enough to select and invoke it correctly. The only minor gap is that with no output schema, it does not state whether the call blocks for duration_ms or returns immediately, but that is unlikely to block correct usage.

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% and each parameter already has a useful description, including the intensity enum's exact jitter ranges. The tool description adds no parameter-level meaning beyond restating the general behavior, so the baseline score 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 states a specific verb and resource: simulate idle behavior, with concrete mechanisms (mouse micro-jitter and occasional micro-scrolls). This clearly separates it from sibling tools like humanizer_move or humanizer_scroll by framing the actions as idle-simulation rather than deliberate interaction.

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 gives an explicit context for use: keep the page 'alive' to avoid idle detection by bot-detection scripts. It does not, however, name alternatives or state when not to use it, so it stops short of full routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools