Skip to main content
Glama

Create FBB Replenishment

create_replenishment

Create a new Fulfilled by bol.com replenishment by providing a reference, delivery date, and product lines with EAN and quantity. The process runs asynchronously; use get_process_status to check completion.

Instructions

Create a new FBB (Fulfilled by bol.com) replenishment. Provide a reference, delivery date, and lines with EAN and quantity. Returns a process status — the replenishment is created asynchronously. Use get_process_status to check completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
referenceYesYour reference for this replenishment.
labelingByBolYesWhether bol.com should label the products.
numberOfLoadCarriersYesNumber of load carriers (1-66).
deliveryInfoNoDelivery information (required when not using pickup appointment).
pickupAppointmentNoPickup appointment details.
linesYesLines with EAN and quantity to replenish.
Behavior4/5

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

Annotations indicate readOnlyHint=false, destructiveHint=false, idempotentHint=false, openWorldHint=true. The description adds value by explicitly stating the async creation behavior and the return of a process status, which is not fully captured by 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?

The description is very concise: three sentences, front-loaded with the main purpose, then key inputs, then the async behavior and follow-up step. Every sentence adds value without unnecessary detail.

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

Completeness3/5

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

The description covers the main points but lacks clarification on the alternative between deliveryInfo and pickupAppointment, which is hinted in the schema but not in the description. For a complex tool with nested objects and no output schema, this is a moderate gap.

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 the schema already describes all parameters well. The description summarizes a few key parameters ('reference, delivery date, lines') but adds no new meaning beyond the schema, and it omits mention of the optional deliveryInfo vs pickupAppointment choice.

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 the tool's action ('Create a new FBB replenishment'), the resource ('replenishment'), and the key inputs ('reference, delivery date, lines with EAN and quantity'). It distinguishes itself from sibling tools like update_replenishment by focusing on 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 provides context by mentioning the asynchronous nature and directing the user to use get_process_status to check completion. However, it does not explicitly tell when to choose this tool over alternatives like update_replenishment or other create tools.

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