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

agentbrush_populate_identity

Auto-populate the project brand identity table from 1-3 inspiration URLs. Two modes: plan and apply. Plan mode (call without extractions): Returns a structured plan listing the URLs and the exact screenshot paths to save. The MCP does NOT crawl URLs itself — your browser/screenshot tools (Playwri...

SERVERMcp Server SOURCE@agentbrush/mcp-server
Medium RISK CLASS
Category Write
Parameters 21 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-populate-identity.md

What agentbrush_populate_identity does on Mcp Server

AI agents use agentbrush_populate_identity to create or update resources in Mcp Server, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Mcp Server environment.

ParameterTypeRequiredDescription
urls array Yes Inspiration URLs to crawl (1-3). Only http:// and https:// are accepted. The MCP does not crawl these itself — it returns instructions for your browser/screensh
extractions array Optional. Omit on the first call to receive a crawl plan. After your browser tools have taken screenshots and analysed them, call again with extractions to merg

Parameters from the server's own tool schema.

Why agentbrush_populate_identity is rated Medium

This tool writes/modifies project brand identity data by populating and merging extracted design attributes (colors, style, mood) into a project configuration. It is reversible in principle (brand identity can be overwritten again), so Write is the appropriate category rather than Destructive. Severity is medium because misconfigured brand identity could propagate incorrect branding across all generated assets.

From the tool's definition Auto-populate the project brand identity table from 1-3 inspiration URLs... Apply mode: merges your findings into .a[gent config/project]

Risk signalsAccepts URL/endpoint input (extractions[].url)

Questions about agentbrush_populate_identity

What does the agentbrush_populate_identity tool do? +

Auto-populate the project brand identity table from 1-3 inspiration URLs. Two modes: plan and apply. Plan mode (call without extractions): Returns a structured plan listing the URLs and the exact screenshot paths to save. The MCP does NOT crawl URLs itself — your browser/screenshot tools (Playwright, Chrome devtools, vision API, etc.) execute the plan. Apply mode (call with extractions): After your tools have taken screenshots and analysed them for dominant colors, visual style, and mood, call this tool again with the same urls plus an extractions array. The tool merges your findings into .agentbrush/identity.json without overwriting existing data. Save screenshots EXACTLY at the paths returned by plan mode — the apply step validates each path resolves inside .agentbrush/references/ and rejects symlinks or escapes. Workflow: 1) Call this tool with { urls: [...] } to get the plan. 2) Use your own browser/screenshot tools to capture and analyse each URL. 3) Call this tool again with { urls: [...], extractions: [...] } to merge. For URLs that fail to crawl, include them in extractions with { failed: true, failure_reason: "..." }. Partial results are accepted — successful URLs are merged and failed URLs are reported. Maximum 3 URLs per call. Only http:// and https:// are accepted. Color palette caps at 8 entries; mood tags cap at 10. Existing brand identity content is preserved (merge semantics, not overwrite). It is categorised as a Write tool in the Mcp Server MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does agentbrush_populate_identity accept? +

agentbrush_populate_identity accepts 2 parameters: urls, extractions. Required: urls. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on agentbrush_populate_identity? +

Register the Mcp Server MCP server in PolicyLayer and add a rule for agentbrush_populate_identity: 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_populate_identity? +

agentbrush_populate_identity is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit agentbrush_populate_identity? +

Yes. Add a rate_limit block to the agentbrush_populate_identity 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_populate_identity completely? +

Set action: deny in the PolicyLayer policy for agentbrush_populate_identity. 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_populate_identity? +

agentbrush_populate_identity 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.

Across the catalogue

// 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.