Skip to main content
Glama

Create Offer

create_offer

Create a new offer on bol.com by providing EAN, condition, pricing, stock, and fulfilment method. The process runs asynchronously; use get_process_status to verify completion.

Instructions

Create a new offer on bol.com. Requires EAN, condition, pricing (at least one bundle price with quantity 1), stock, and fulfilment method. Returns a process status — the offer is created asynchronously. Use get_process_status to check completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eanYesEAN (European Article Number) barcode of the product.
conditionYesProduct condition.
referenceNoYour internal reference for this offer (max 100 chars).
onHoldByRetailerNoPut the offer on hold (not visible on bol.com).
unknownProductTitleNoTitle for products not yet known by bol.com.
economicOperatorIdNoIdentifier referring to the Economic Operator entity for EU compliance.
pricingYesPricing with bundle prices.
stockYesStock information.
fulfilmentYesFulfilment method and delivery code.
Behavior4/5

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

The description discloses the asynchronous nature ('Returns a process status — the offer is created asynchronously') and the follow-up action. Annotations provide basic hints but no contradiction; this adds significant behavioral context beyond annotations.

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?

Three well-structured sentences: purpose, requirements+async note, and follow-up. No redundancy; concise and front-loaded.

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 complexity (9 params, nested objects, async, no output schema), the description covers the key action, prerequisites, and async flow. It could mention the process status structure or error responses, but it's sufficient for use.

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 coverage is 100%, so description adds limited value. It reiterates required fields and highlights the bundle price rule (quantity 1). This is useful but does not delve into parameter format or constraints beyond 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 a new offer on bol.com' and lists essential requirements (EAN, condition, pricing, stock, fulfilment), making the tool's purpose unambiguous. It distinguishes from sibling tools like update_offer or delete_offer by specifying creation.

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

Usage Guidelines4/5

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

The description explains when to use (creating an offer) and what prerequisites are needed, plus directs to get_process_status for checking completion. It implicitly contrasts with update/delete siblings, but lacks explicit 'when not to use' guidance.

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/BartWaardenburg/bol-mcp'

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