Create a product family. Families define which attributes a product type has. ⚠️ MANDATORY PRE-REQUISITES: 1. Call unopim_get_schema() FIRST to check what exists 2. ALL attributes in custom_attributes MUST exist (use unopim_create_attribute first!) 3. For select/multiselect attributes, options MU...
AI agents use unopim_create_family to create or update resources in UnoPim MCP Server — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your UnoPim MCP Server environment.
This tool creates new configuration data (product families) in the UnoPim system rather than executing code or deleting data. While it modifies system structure, the action is reversible through API deletion. The blast radius is medium because misconfiguration could affect product type definitions, but it does not execute arbitrary code, delete data, or move money.
From the tool's definition Tool creates a product family via 'Create a product family' description. The server description states it supports 'product creation, attribute management' with 'full API integration.' Creating a family modifies the PIM system's configuration by defining…
Attacks that exploit this kind of access
Create a product family. Families define which attributes a product type has. ⚠️ MANDATORY PRE-REQUISITES: 1. Call unopim_get_schema() FIRST to check what exists 2. ALL attributes in custom_attributes MUST exist (use unopim_create_attribute first!) 3. For select/multiselect attributes, options MUST exist (use unopim_create_attribute_options) 4. ONLY THEN create the family ❌ THIS WILL FAIL IF: - Any attribute code in custom_attributes does not exist - Attribute group code is invalid ✅ CORRECT ORDER: 1. unopim_get_attributes() - Check what exists 2. unopim_create_attribute() - For EACH missing attribute 3. unopim_create_attribute_options() - For select/multiselect types 4. unopim_create_family() - Only after all attributes exist IMPORTANT - attribute_groups format: Each group MUST have: code, position (number), custom_attributes (array) Example: {. It is categorised as a Write tool in the UnoPim MCP Server MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the UnoPim MCP Server MCP server in PolicyLayer and add a rule for unopim_create_family: 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 UnoPim MCP Server. Nothing to install.
unopim_create_family is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the unopim_create_family 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.
Set action: deny in the PolicyLayer policy for unopim_create_family. 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.
unopim_create_family is provided by the UnoPim MCP Server MCP server (oledmansfeld/unopim-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →