Skip to main content
Glama

Create a Firefox Reverse environment

frx_env_create

Create a Firefox environment in one click, configuring locale, language, timezone, and optional randomization for reverse-engineering tasks.

Instructions

一键新建 Firefox 环境;内核版本和系统跟随 Firefox Reverse,默认中国大陆简体中文。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo环境名称
localeNo地区标识,如 zh-CN
languageNo首选语言,如 zh-CN
timezoneNo时区,如 Asia/Shanghai
languagesNo语言列表,如 [zh-CN, zh, en-US, en]
randomizeNo默认 true,只随机分辨率、DPR 和 CPU 核数等非身份参数
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions that the kernel version and system follow 'Firefox Reverse' and that the default locale is mainland China Simplified Chinese, which offers some behavioral context. However, it does not disclose side effects, resource allocation, required permissions, or what return value to expect, which is a significant gap for a creation tool.

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 a single, front-loaded sentence with no unnecessary fluff. It efficiently conveys the core action and a couple of key defaults, though it could be slightly more informative without sacrificing conciseness.

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?

With 6 optional parameters, no output schema, and no annotations, the description is too sparse to be complete. It does not explain what 'Firefox Reverse' refers to, what happens after creation (e.g., whether it opens automatically or returns an ID), or how parameters interact. This is a substantial gap for a tool with this complexity.

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%, so the baseline is 3. The description adds minimal parameter context by indicating a default locale, which the schema does not state, but it does not elaborate on any other parameters. No additional syntax or meaning is provided beyond what the schema already gives.

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 explicitly states '一键新建 Firefox 环境' (one-click create Firefox environment), clearly identifying the action (create) and the resource (Firefox environment). It also distinguishes itself from sibling tools like frx_env_rename and frx_env_delete by focusing on creation.

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 description implies it is for creating a new Firefox environment with defaults, but it does not explicitly state when to use this tool versus alternatives like frx_env_import_json or frx_env_import_capture. No exclusions, prerequisites, or comparison to other creation methods are provided.

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/WhiteNightShadow/frx-director-mcp'

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