Asigna o cambia la marca de un producto en Odoo. Si el producto ya tiene marca, la reemplaza. Si no tiene, la agrega. La marca debe coincidir con un valor existente del atributo "Marca". Usar odoo_search_read con model "product.attribute.value" y domain [["attribute_id","=",1]] para ver marcas di...
AI agents use setProductBrand to create or update resources in Olivia — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Olivia environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
brand | string | Yes | Nombre de la marca (ej: "Smookies", "Copani", "CRUDDA"). Debe existir como valor del atributo Marca. |
product_id | number | Yes | ID del producto (product.template) |
Parameters from the server's own tool schema.
This tool modifies existing product data by updating the brand attribute. It is reversible (the brand can be changed again to a different value or removed), making it a Write operation rather than Destructive.
From the tool's definition Tool description states it 'Asigna o cambia la marca' (assigns or changes product brand) and 'reemplaza' (replaces) or 'agrega' (adds) the brand attribute. These are modification operations on product data in Odoo.
Attacks that exploit this kind of access
Asigna o cambia la marca de un producto en Odoo. Si el producto ya tiene marca, la reemplaza. Si no tiene, la agrega. La marca debe coincidir con un valor existente del atributo "Marca". Usar odoo_search_read con model "product.attribute.value" y domain [["attribute_id","=",1]] para ver marcas disponibles. It is categorised as a Write tool in the Olivia MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
setProductBrand accepts 2 parameters: brand, product_id. Required: brand, product_id. The full parameter table on this page comes from the server's own tool schema.
Register the Olivia MCP server in PolicyLayer and add a rule for setProductBrand: 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 Olivia. Nothing to install.
setProductBrand 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 setProductBrand 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 setProductBrand. 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.
setProductBrand is provided by the Olivia MCP server (@facusrod/olivia-mcp-server). 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 →