Skip to main content
Glama
partnerhbhl

FireKey MCP Server

by partnerhbhl

profile_create

Create a new browser profile with configurable fingerprint, proxy, and automation settings for FireKey.

Instructions

Create a new browser profile with fingerprint and proxy settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
osNoOperating system (default: win). Aliases: windows→win, mac→macIntel
ramNoRAM in GB: 2,4,8,16,32 (default: 8)
nameNoProfile name
cookiesNoCookies to import (JSON string)
group_idYesGroup ID to assign the profile to (required)
timezoneNoTimezone (when timezone_mode=manual)
bookmarksNoBookmarks to import
languagesNoLanguages (when language_mode=manual)
processorNoMac processor (only for macArm)
start_urlNoURL to open on browser start
proxy_hostNoProxy host
proxy_passNoProxy password
proxy_portNoProxy port
proxy_typeNoProxy type
proxy_userNoProxy username
user_agentNoCustom User-Agent (auto-generated if empty)
canvas_modeNoCanvas fingerprint (default: noise)
cpu_threadsNoCPU threads: 2,4,6,8,12,16 (default: 8)
launch_argsNoExtra Chrome launch arguments
webrtc_modeNoWebRTC mode (default: auto)
proxy_methodNoProxy method: none=no proxy (default), your=custom proxy, saved=use saved proxy
language_modeNoLanguage mode (default: auto)
timezone_modeNoTimezone mode (default: auto)
chrome_versionNoChrome major version (e.g. 143, 142, 141)
proxy_saved_idNoSaved proxy ID (when proxy_method=saved)
webgl_meta_modeNoWebGL metadata (default: mask)
geolocation_modeNoGeolocation (default: prompt)
webgl_image_modeNoWebGL image (default: noise)
screen_resolutionNoScreen resolution (e.g. 1920x1080)
audio_context_modeNoAudioContext (default: noise)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.3

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It discloses only that a profile is created, not side effects, required inputs, failure modes, response behavior, or implied constraints such as needing a valid group_id. For a mutating create operation, this is a significant transparency gap.

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 one clean, front-loaded sentence with no filler. It is efficiently written, though it is a simple statement rather than a structured explanation that leverages the richness of the tool's 30 parameters.

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

Completeness2/5

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

There is no output schema and no annotations, so the description alone must make the tool safely invocable. It omits the required group_id dependency, proxy method interaction (none/saved/your), defaults, and expected result. For a 30-parameter creation tool, this is incomplete.

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 description coverage is 100%, and the schema already documents all 30 parameters, their enums, defaults, and conditional meanings. The description adds no parameter-level meaning beyond the schema, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Create') and a specific resource ('browser profile'), and the mention of fingerprint and proxy settings gives clear scope. It is clearly distinct from profile_update, profile_delete, and proxy_create by its wording. However, it does not explicitly contrast with sibling tools, so it stops short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus alternatives such as profile_update, profile_delete, or proxy_create. It only declares what the tool does, with no conditions, prerequisites, or 'use this when...' direction.

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