setProductBrand

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

Server Olivia @facusrod/olivia-mcp-server
Category Write
Risk class Medium
Parameters 22 required

What setProductBrand does on Olivia

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.

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

Why setProductBrand needs a policy

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.

Questions about setProductBrand

What does the setProductBrand tool do? +

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.

What parameters does setProductBrand accept? +

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.

How do I enforce a policy on setProductBrand? +

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.

What risk level is setProductBrand? +

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

Can I rate-limit setProductBrand? +

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.

How do I block setProductBrand completely? +

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.

What MCP server provides setProductBrand? +

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.

// LOOK UP ANOTHER 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 →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.