Skip to main content
Glama
klausagnoletti

e-conomic MCP Server

Upsert product

upsert_product

Create or update a product in e-conomic by its product number, specifying fields like name, price, barcode, and department to maintain accurate product data.

Instructions

Create or update a product by productNumber.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProduct name
barCodeNoBarcode
costPriceNoCost price
salesPriceNoSales price
unitNumberNoUnit number
productNumberYesProduct number
departmentNumberNoDepartment number
productGroupNumberNoProduct group number (required when creating)
Behavior2/5

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

No annotations are provided, so the description must carry the burden. It only says 'Create or update,' but does not disclose whether the operation is idempotent, what happens to existing fields on update, whether specific permissions are needed, or any side effects. This is inadequate for a mutation tool.

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 description is a single sentence that front-loads the operation ('Create or update') and identifies the resource ('product'). It is concise, clear, and every word earns its place.

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?

For an 8-parameter mutation tool with no annotations and no output schema, the description is too sparse. It does not explain upsert behavior, distinguishing between create and update paths, or the significance of required vs optional parameters. The schema covers parameter details but not the behavioral semantics needed for correct invocation.

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?

Schema description coverage is 100%, so parameters are fully documented in the schema. The description adds the key fact that productNumber is the lookup key, which is helpful but not substantial. It does not clarify upsert-specific requirements like productGroupNumber being required only on create, which is left to the schema.

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 clearly states 'Create or update a product by productNumber.' This is a specific verb+resource+key, distinguishing it from sibling tools like list_products or update_customer. It precisely communicates the upsert operation and the unique identifier.

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 description implies usage: use this when you need to create or update a product. However, it does not explicitly mention when not to use it or contrast with alternatives. Since there is no other product-write tool among siblings, the context is clear but not fully explicit.

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

Install Server

Other Tools

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/klausagnoletti/e-conomic-mcp-server'

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