Loading...
Loading...
Guide for using BIMP MCP tools effectively. Use when you have bimp-mcp tools available — covers tool naming, pagination, data fetching patterns, bulk operations, and workflow recipes.
npx skill4agent add dutchakdev/bimp-mcp bimp-mcp-guidebimp_{entity}_{action}| Action | Description | Example |
|---|---|---|
| readList | List with pagination | |
| read | Read single by UUID | |
| create | Create new | |
| update | Update existing | |
| delete | Delete by UUID | |
| readStatuses | Get available statuses | |
| updateStatus | Change status | |
{
"tool": "bimp_nomenclature_readList",
"limit": 50,
"enrich": true,
"filters": { "nameContains": "gel" }
}enrich: true{
"tool": "bimp_nomenclature_read",
"uuids": ["uuid1", "uuid2", "uuid3"],
"concurrency": 10
}{
"tool": "bimp_nomenclature_update",
"items": [{ "uuid": "...", "name": "New Name" }],
"concurrency": 5
}| Tool | Purpose |
|---|---|
| Full product card with minStock, maxStock, speedOfDemand, etc. |
| Create/update with planning fields |
| List all with minStock |
/org2/nomenclatures//org2/nomenclature/| Tool | Purpose |
|---|---|
| List accessible companies |
| Switch by code or UUID |
bimp_fetch_all { tool: "bimp_nomenclature_readList", enrich: true }bimp_fetch_all {
tool: "bimp_salesInvoice_readList",
enrich: true,
filters: { periodable: ["2026-01-01T00:00:00.000Z", "2026-03-31T23:59:59.000Z"] }
}bimp_fetch_all { tool: "bimp_specification_readList", enrich: true }bimp_nomenclature_readStocksbimp_fetch_all { tool: "bimp_nomenclature_readList" }bimp_bulk_update { tool: "bimp_priceList_updatePrice", items: [...] }bimp_nomenclatures_read { uuid }bimp_nomenclature_readStocksbimp_fetch_allenrich: trueperiodable: [start, end]isCustomerisSupplierEntryStatus: 0EntryStatus: 1