Skip to main content
Glama
The-TechX

odoo-mcp

by The-TechX

odoo_unlink

Destructive

Delete Odoo records permanently by specifying their model and IDs, with actions governed by the configured user's permissions.

Instructions

Permanently delete one or more Odoo records using the configured Odoo user permissions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
modelYesTechnical Odoo model name, for example res.partner

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark the tool as destructive, and the description aligns by saying 'Permanently delete.' It adds useful context beyond annotations: the deletion is permanent and subject to the configured Odoo user's permissions, which clarifies that permission failures are possible.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The entire description is one front-loaded sentence: it starts with the core action 'Permanently delete' and then states the object and permission context. There is no filler or redundant restatement of the schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter destructive tool, the description covers the essential behavior, permanence, and permission context. The annotations further supply destructive and non-read-only hints, and no output schema exists, so missing return-value details are not a major gap for an agent selecting and invoking this delete tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema documents 'model' as a technical Odoo model name, but 'ids' lacks a description. The phrase 'one or more Odoo records' helps clarify that 'ids' refers to the target record identifiers, but it does not add much beyond what the schema and parameter names already imply. With only 50% schema description coverage, this partial clarification is adequate but not rich.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('delete') and resource ('Odoo records') with a clear destructive scope. It also differentiates itself from siblings like odoo_create, odoo_write, and odoo_search_read by uniquely indicating a deletion operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The use case is implied by 'Permanently delete one or more Odoo records,' but the description does not explicitly state when to prefer this tool over alternatives or mention any when-not conditions. It relies on the reader to infer that this is the deletion counterpart to create/write/search operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/The-TechX/odoo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server