Skip to main content
Glama

veil_set_fingerprint

Set a consistent browser fingerprint profile using presets, random generation, or a full fingerprint object. Apply before navigation to override UA, timezone, screen, and other parameters for coherent identity.

Instructions

Apply a COHERENT fingerprint/profile — UA + client hints + navigator.platform, screen, timezone/locale/geolocation, WebGL vendor/renderer, and seeded canvas/audio noise, all internally consistent. Pass a preset name, random:true (+ optional seed for a deterministic identity), or a full fingerprint object. Call this BEFORE veil_goto for full effect: the injected values take hold on the next navigation; the UA/client-hint/timezone/screen overrides apply immediately. This is coherent identity control, not a magic bullet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoseed for random (deterministic); implies random
presetNoa ready-made profile
randomNobuild a self-consistent random desktop profile
fingerprintNoa full Fingerprint object (advanced; must be internally consistent)
Behavior5/5

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

With no annotations, the description fully discloses behavior: when injected values take effect (next navigation), which overrides are immediate, and a caveat ('not a magic bullet'). No contradictions.

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?

Four sentences pack a lot of information without redundancy. The key verb 'Apply' and resource 'COHERENT fingerprint' are front-loaded, and every sentence adds value.

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

Completeness5/5

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

Given the tool's complexity (multiple parameter types, nested object, no output schema), the description covers purpose, usage, timing, and limitations comprehensively, leaving no obvious gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds significant meaning beyond the schema's property descriptions, explaining the purpose of each parameter (preset, random, seed, fingerprint) and emphasizing internal consistency requirements.

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 applies a coherent fingerprint/profile, listing all components (UA, client hints, screen, timezone, etc.), and distinguishes from siblings by emphasizing 'coherent identity control' and timing relative to veil_goto.

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?

Explicitly says to call before veil_goto for full effect and notes that some overrides apply immediately. Does not mention when not to use or alternative tools, but provides clear context for when to use.

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/acunningham-ship-it/veilbrowser'

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