Skip to main content
Glama
themiguelamador

toconline-mcp

update_product

Update a product's details by sending only the fields you want to change, keeping other values unchanged.

Instructions

Update a product. Only non-null fields are sent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesProduct id.
tax_codeNoVAT rate code — `NOR`, `INT`, `RED`, `ISE`.
item_codeNoUnique product code.
sales_priceNoUnit sales price.
item_family_idNoItem family id to associate.
item_descriptionNoProduct name/description.
sales_price_includes_vatNoTrue if sales_price already includes VAT.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses that only non-null fields are sent, indicating a partial update behavior. However, with no annotations, it fails to mention other important traits such as idempotency, permissions, or error handling.

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 extremely concise (two sentences) and front-loaded with the core purpose. Every sentence earns its place with no wasted words.

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?

Given the presence of an output schema and comprehensive parameter descriptions, the description provides the key behavioral detail (null handling). It is adequate, though minimal, for a tool with 7 parameters and no annotations.

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

Parameters4/5

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

The input schema provides full descriptions for all 7 parameters (100% coverage). The description adds value by clarifying that null fields are ignored, which affects how parameters are used—beyond what the schema states.

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 explicitly states 'Update a product', which is a specific verb+resource pair. It distinguishes from sibling tools like create_product, delete_product, and get_product by indicating the action is an update.

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?

The description lacks any guidance on when to use this tool vs alternatives. It does not mention prerequisites (e.g., product must exist), nor does it provide context for when to choose update over create or delete.

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/themiguelamador/toconline-mcp'

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