Skip to main content
Glama

Update profile

update_profile

Partially update a browser profile by sending only the fields to change—fingerprint, proxy, name, and more—while omitted fields retain their current values.

Instructions

Partial update of a profile — send only the fields to change; omitted fields keep their current value (fingerprint, proxy, name, everything). For just name / note / folder / proxy prefer quick_update_profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoFree-text note
proxyNoProxy binding. Omit entirely for no proxy
cookieNoCookies as a plaintext JSON string
systemNoOperating system the browser fingerprint emulates
advancedNoAdvanced fingerprint overrides, merged into the request body at top level. Same shape as the FlashID Local API create-profile body: each field is {"mode": ..., <values>} (fields: user_agent, webrtc, timezone, geo_location, language, webgl_info, webgl, canvas, audio_context, client_rects, speech_voices, screen, fonts, cpu, ram, media_devices, device_name, mac_address, do_not_track, webgpu). Omitted random/noise fields are auto-generated, so this is rarely needed. Full reference: https://docs.flashid.app
folder_uuidNoFolder to place the profile in ("0" = root)
profile_nameNoDisplay name
profile_uuidYesProfile UUID
launch_argumentsNoCustom Chromium launch arguments, one argument per item
Behavior4/5

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

Annotations already indicate non-destructive and non-open-world, so the bar is lower. The description adds valuable partial-update semantics (omitted fields keep current value), which is critical behavioral context beyond annotations. No contradiction.

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?

Extremely concise: two sentences, front-loaded with key behavior and a pointer to a simpler sibling. Every word earns its place with no redundancy.

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?

The description explains the update semantics, references quick_update_profile, and points to external docs for advanced overrides. Given the rich schema and annotations, it is sufficiently complete, though it doesn't describe the response format.

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%, so it carries the parameter documentation burden. The description adds the partial-update behavior and references the advanced field structure, but does not add much beyond the schema's own descriptions.

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?

Clearly states it is a partial update of a profile and lists examples of fields, distinguishing it from the sibling quick_update_profile. The verb 'update' and resource 'profile' 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 Guidelines5/5

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

Explicitly instructs to prefer quick_update_profile for simple field changes (name/note/folder/proxy), implying this tool is for more complex or comprehensive updates. This provides clear when-to-use vs alternative guidance.

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/FlashID-Official/flashid-mcp'

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