Skip to main content
Glama

save_addon

Scaffold a complete Odoo add-on module from a requirement, writing all starter files to disk and returning the directory, file tree, and validation results.

Instructions

Generate the starter and write all files to output_dir// on disk. Returns directory, tree, and validation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guardrailsNo
output_dirYesExisting parent directory, e.g. ./custom_addons
requirementYes
odoo_versionNo

Schema Changelog

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

  1. First observedv0.2.0

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does disclose the key side effect—writing all files to disk—and the return shape of directory, tree, and validation. However, it does not mention overwrite behavior, directory creation, failure modes, or whether validation is blocking.

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?

One concise sentence with no filler or repetition. The action and destination are front-loaded, and the return values are stated economically. Every part contributes to understanding the tool.

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

Completeness2/5

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

Given the lack of annotations and output schema, this description is too sparse for an agent to reliably invoke the tool. It does not explain how requirement maps to the generated starter, what guardrails and odoo_version do, how validation behaves, or whether existing files will be overwritten.

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

Parameters2/5

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

Schema description coverage is only 25%, so the description must compensate. It adds meaning to output_dir by defining the output_dir/<module>/ pattern, but the required requirement parameter and optional guardrails/odoo_version parameters are left completely undocumented in both schema and description.

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

Purpose4/5

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

The description states a concrete action with a clear resource: generate the starter and write all files to output_dir/<module>/ on disk, and it names what the tool returns. It is specific enough to understand the tool's job, though it does not explicitly differentiate itself from sibling generate_addon.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is provided. The description implies persistence to disk, but it never mentions when an agent should choose save_addon over generate_addon or validate_addon, leaving usage conditions to inference.

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/omersx/mcp-odoo-architect'

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