@dcluttr/dclare-mcp 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13057,7 +13057,7 @@
13057
13057
  },
13058
13058
  {
13059
13059
  "name": "blinkit_sku_insights",
13060
- "description": "SKU-level performance insights on Blinkit, including sales, inventory, availability, pricing, visibility, share of voice, and market share metrics.",
13060
+ "description": "SKU-level performance insights on Blinkit, including sales, inventory, availability, pricing, visibility, share of voice, and market share metrics. Use Average metric if available instead of weighted metrics",
13061
13061
  "grain": "One row per date, brand, and product.",
13062
13062
  "owner": "BLINKIT Analytics",
13063
13063
  "timeDimension": "created_at",
@@ -13420,17 +13420,17 @@
13420
13420
  },
13421
13421
  {
13422
13422
  "name": "avg_ds_listing_pct",
13423
- "description": "Average dark store listing percentage.",
13423
+ "description": "Use this when asked for listing information. Average dark store listing percentage.",
13424
13424
  "aggregation": "sum"
13425
13425
  },
13426
13426
  {
13427
13427
  "name": "avg_osa_ls_pct",
13428
- "description": "Average on-shelf availability in listed stores.",
13428
+ "description": "Use this when asked for on-shelf availability information in listed stores. Average on-shelf availability in listed stores.",
13429
13429
  "aggregation": "sum"
13430
13430
  },
13431
13431
  {
13432
13432
  "name": "avg_osa_pct",
13433
- "description": "Average on-shelf availability percentage across all dark stores.",
13433
+ "description": "Use this when asked for on-shelf availability information across all stores. Average on-shelf availability percentage across all dark stores.",
13434
13434
  "aggregation": "sum"
13435
13435
  },
13436
13436
  {
@@ -13440,22 +13440,22 @@
13440
13440
  },
13441
13441
  {
13442
13442
  "name": "wt_osa_ls_pct",
13443
- "description": "Weighted OSA in listed stores weighted by sales.",
13443
+ "description": "Weighted OSA in listed stores weighted by sales. don't use this metric",
13444
13444
  "aggregation": "sum"
13445
13445
  },
13446
13446
  {
13447
13447
  "name": "wt_osa_pct",
13448
- "description": "Weighted on-shelf availability percentage across all dark stores.",
13448
+ "description": "Weighted on-shelf availability percentage across all dark stores. don't use this metric",
13449
13449
  "aggregation": "sum"
13450
13450
  },
13451
13451
  {
13452
13452
  "name": "wt_discount_pct",
13453
- "description": "Weighted discount percentage across all relevant products weighted by sales.",
13453
+ "description": "Weighted discount percentage across all relevant products weighted by sales don't use this metric.",
13454
13454
  "aggregation": "sum"
13455
13455
  },
13456
13456
  {
13457
13457
  "name": "wt_ppu",
13458
- "description": "Weighted price per unit (x100) — sales-weighted average PPU across products.",
13458
+ "description": "Weighted price per unit (x100) — sales-weighted average PPU across products. don't use this metric",
13459
13459
  "aggregation": "sum"
13460
13460
  },
13461
13461
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcluttr/dclare-mcp",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "description": "MCP server for secure talk-to-data on Cube + ClickHouse",
6
6
  "bin": {