New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

agentbrush_edit_mask_open

Open a mask editor session and return the editor URL immediately, without blocking. Prefer agentbrush_edit_mask for most cases — it blocks and returns the edited image automatically when the user accepts. Use this non-blocking variant only if you must keep working while the user draws. IMPORTANT:...

SERVERMcp Server SOURCE@agentbrush/mcp-server
High RISK CLASS
Category Execute
Parameters 32 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/dev-agentbrush-mcp-server/agentbrush-edit-mask-open.md

What agentbrush_edit_mask_open does on Mcp Server

AI agents invoke agentbrush_edit_mask_open to trigger actions in Mcp Server. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
image_path string Yes Absolute path to the image to edit
instruction string Yes What should change in the masked area (max 500 chars)
quality_hint string Quality level for the edit: low=1 token, medium=5 tokens (default), high=20 tokens at 1024×1024.

Parameters from the server's own tool schema.

Why agentbrush_edit_mask_open is rated High

This tool initiates an external editor session, triggering an external operation (opening a mask editor and generating a session URL). It doesn't merely read data, nor does it write/create a final artifact directly — it launches an interactive external process.

From the tool's definition Open a mask editor session and return the editor URL immediately, without blocking... the edited image is NOT delivered to you until you call agentbrush_edit_mask_result with the returned session_id

Questions about agentbrush_edit_mask_open

What does the agentbrush_edit_mask_open tool do? +

Open a mask editor session and return the editor URL immediately, without blocking. Prefer agentbrush_edit_mask for most cases — it blocks and returns the edited image automatically when the user accepts. Use this non-blocking variant only if you must keep working while the user draws. IMPORTANT: the edited image is NOT delivered to you until you call agentbrush_edit_mask_result with the returned session_id. Call it right after handing over the URL so the result is retrieved as soon as the user finishes (it keeps polling until they Accept and Finish). The tool best-effort opens the system default browser to the editor URL and also returns the URL as text so the agent can relay it. Requires authentication — run agentbrush_login first if not authenticated. image_path must be an absolute path to an existing image file within the project. instruction describes what should change in the masked area (max 500 characters). quality_hint: low=1 token, medium=5 tokens (default), high=20 tokens at 1024×1024. It is categorised as a Execute tool in the Mcp Server MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does agentbrush_edit_mask_open accept? +

agentbrush_edit_mask_open accepts 3 parameters: image_path, instruction, quality_hint. Required: image_path, instruction. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on agentbrush_edit_mask_open? +

Register the Mcp Server MCP server in PolicyLayer and add a rule for agentbrush_edit_mask_open: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Mcp Server. Nothing to install.

What risk level is agentbrush_edit_mask_open? +

agentbrush_edit_mask_open is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit agentbrush_edit_mask_open? +

Yes. Add a rate_limit block to the agentbrush_edit_mask_open rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block agentbrush_edit_mask_open completely? +

Set action: deny in the PolicyLayer policy for agentbrush_edit_mask_open. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides agentbrush_edit_mask_open? +

agentbrush_edit_mask_open is provided by the Mcp Server MCP server (@agentbrush/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Mcp Server, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Mcp Server's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.