zobrx
Server Details
Read-only zobrx e-commerce data: P&L, orders, inventory, marketplace, tax & shelf insights.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 43 of 43 tools scored. Lowest: 3.2/5.
Most tools target distinct data points (e.g., get_analytics_summary vs get_brand_score). However, 'search' and 'search_catalog' have overlapping functionality and could cause confusion, and 'fetch' is a helper tied to 'search', adding minor ambiguity.
The majority use consistent verb_noun snake_case (e.g., get_inventory, list_stores). Exceptions like 'fetch' and 'search' (without object) break the pattern, but they are few.
43 tools is excessive for a data-retrieval-only API. Many get_* and search_* tools could be consolidated (e.g., search_catalog, search_inventory, search_orders are similar). The large number will overwhelm an agent.
The tool set is entirely read-only (get, search, list, fetch). There are no create, update, or delete tools, which is a critical gap for managing e-commerce operations. Agents can only view data, not act on it.
Available Tools
58 toolsfetchFetchRead-onlyInspect
Fetch the full detail of a result returned by search, by its id (e.g. "product:"). Returns the document text for ChatGPT deep research.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A result id from `search`, e.g. "product:665f...". |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_account_profileGet account profileRead-onlyInspect
The workspace profile: user details and the corporate/tenant profile (legal name, tax IDs, address, reporting currency, completeness).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_ai_walletGet AI walletRead-onlyInspect
AI spend wallet: balance, month-to-date spend, monthly cap, auto-recharge status, and last top-up.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_analytics_summaryGet web analytics (GA4)Read-onlyInspect
Google Analytics 4 summary for a window: sessions, users, new users, conversions, engagement, revenue, and source breakdown.
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Reporting window: 7d, 28d (default) or 90d. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_brand_packGet brand packRead-onlyInspect
Brand identity configuration: logo, colors, fonts, voice attributes, banned phrases, required disclaimers.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_brand_scoreGet brand scoreRead-onlyInspect
The latest brand-health score for the workspace — a weighted average across tracked marketplace listings (listing quality, reviews, availability, compliance). Returns the most recent day's score and the listing count it covers.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_channel_orders_overviewGet channel orders overviewRead-onlyInspect
Order volume across the workspace's connected non-Amazon marketplaces (Snapdeal, Flipkart, Myntra, JioMart, Meesho). Returns the order count synced per channel — use it to see which marketplaces have data and their relative scale.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_compliance_violationsGet MAP compliance violationsRead-onlyInspect
Minimum-advertised-price / MRP compliance violations: open + escalated counts, breakdown by channel, and the most recent open violations.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_dashboard_summaryGet dashboard summaryRead-onlyInspect
High-level health of the workspace: connected integrations by status and the most recent account activity. Use this first to answer 'how is my business set up / what's connected'.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_fba_healthGet FBA inventory healthRead-onlyInspect
Amazon FBA inventory health: aging buckets (0-90 … 365+ days), long-term storage-fee exposure, and recommended actions (e.g. remove/restock).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_gstr1_summaryGet GSTR-1 summaryRead-onlyInspect
GSTR-1 outward-supply summary for a period: B2B / B2CL / B2CS section totals and the HSN-wise rollup, for return preparation.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Reporting period: mtd (default), last-month, qtd, or ytd. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_hsn_summaryGet HSN tax summaryRead-onlyInspect
Per-HSN-code tax rollup (taxable value, CGST/SGST/IGST/cess, invoice count) for a period.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Reporting period: mtd (default), last-month, qtd, or ytd. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_inventoryGet inventory / stock levelsRead-onlyInspect
Warehouse stock levels by SKU (available, reserved, incoming, blocked) joined to the master product (name, cost, MRP). Optional free-text search by SKU; returns up to 25 rows.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (1-25, default 25). | |
| query | No | Free-text SKU search. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_manifestGet manifest detailRead-onlyInspect
One manifest: shipment + order id lists, state, and a short-lived manifest-PDF link.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The manifest id. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_margin_configGet margin / cost modelsRead-onlyInspect
Per-product margin configuration used for P&L: COGS and platform-fee percentage, optionally per channel. Returns up to 25 rows.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 25). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_marketing_summaryGet marketing summaryRead-onlyInspect
Cross-platform ad performance for a window: spend, impressions, clicks, conversions, revenue, ROAS, CTR, CPC, with prior-period deltas and a per-platform breakdown (Google/Meta/Amazon Ads, etc.).
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Reporting window: 7d, 28d (default) or 90d. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_marketplace_alertsGet marketplace alertsRead-onlyInspect
Marketplace alert events (price drops, OOS, MAP breaches, etc.) fired in a window: counts by type and severity, plus the most recent events.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default 7). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_notificationsGet notificationsRead-onlyInspect
In-app notifications inbox: recent alerts with severity, title, and state.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_oms_orderGet fulfillment order detailRead-onlyInspect
Full detail for one fulfillment order: line items (SKU, qty, picked/reserved), lifecycle history (state transitions with timestamps), credit consumption, pickup slot, and resolved shipping city/state. Get the id from search_oms_orders.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The OMS order id. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_orderGet order detailRead-onlyInspect
Full detail for a single order by channel + line-item ID, including the linked return (if any) and channel-specific fields. Money is in minor units (paise for INR). Get the channel + lineItemId from search_orders.
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel code the order belongs to. | |
| lineItemId | Yes | The order's line-item / native primary-key ID. |
Output Schema
| Name | Required | Description |
|---|---|---|
| order | No | The unified order record. |
| message | No | |
| available | No | |
| linkedReturn | No | The linked return, if any. |
| linkedSettlement | No |
get_orders_summaryGet orders summaryRead-onlyInspect
Order volume per channel over a window, across all connected marketplaces. Use it to see where orders are coming from and the relative scale per channel.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default 30). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_payments_summaryGet payments / settlements summaryRead-onlyInspect
Settlement/payment activity: the net amount Amazon settled over the window (major units) plus the count of settlement/payment records synced per channel.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window for Amazon settled total (default 30). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_picklistGet picklist detailRead-onlyInspect
One picklist: assigned picker, line references, group key, timestamps, and a short-lived pick-PDF link.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The picklist id. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_pnl_summaryGet P&L / money summaryRead-onlyInspect
Amazon settlement-based money summary over a window: revenue, marketplace fees, refunds, TCS/TDS, net amount Amazon settled, FBA reimbursements, net to seller, plus order/return/reimbursement counts. Amounts are in major currency units.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default 30). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_psl_moversGet Q-Radar PSL moversRead-onlyInspect
Top potential-sales-loss (PSL) movers from quick-commerce shelf intelligence over a window — the products losing the most estimated sales to out-of-stock, by channel. Requires a Q-Radar subscription.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default 7). | |
| limit | No | Max movers (default 10). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_qradar_distributionQ-Radar distribution & gapsRead-onlyInspect
Numeric distribution %: where a quick-commerce platform operates vs where the brand is actually listed, store-type reach (express / instant / longtail), per-state coverage, and a ranked list of gap pincodes with opportunity value (paise). Use for 'where should I expand on Blinkit'.
| Name | Required | Description | Default |
|---|---|---|---|
| cities | No | Comma-separated city names to filter. | |
| coverage | No | Filter the gap list (default all). | |
| platform | No | Single quick-commerce channel code. | |
| storeType | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_qradar_leak_ledgerQ-Radar leak ledger (potential sales loss)Read-onlyInspect
The CFO-grade potential-sales-loss (PSL) ledger: each out-of-stock window with lost units and lost revenue (paise — convert to ₹), the velocity basis, price/MRP, and an audit hash chain. Ranked by impact.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (1-25, default 15). | |
| sortBy | No | Default psl_desc (biggest loss first). | |
| dateRange | No | Lookback window (default last_7d). | |
| platforms | No | Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_qradar_overviewQ-Radar overview (OSA + PSL KPIs)Read-onlyInspect
Quick-commerce shelf-intelligence headline: on-shelf-availability % (OSA), shelves & SKUs tracked, average risk score, potential-sales-loss (PSL, in paise — convert to ₹), pincode coverage, and a daily trendline. Use for 'how is my quick-commerce availability'.
| Name | Required | Description | Default |
|---|---|---|---|
| cities | No | Comma-separated city names to filter. | |
| osaLens | No | OSA basis: consumer (pincode-level, default) or dark-store (shelf-level). | |
| pincodes | No | Comma-separated pincodes to filter. | |
| dateRange | No | Lookback window (default last_7d). | |
| platforms | No | Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_qradar_sku_historyQ-Radar SKU historyRead-onlyInspect
Time-series of shelf evaluations for one master product across pincodes and dark-stores in the window — risk score, lever scores, in-stock state, inventory, and price per observation. Get the master id from list_qradar_skus.
| Name | Required | Description | Default |
|---|---|---|---|
| masterId | Yes | Master product id. | |
| dateRange | No | Lookback window (default last_7d). | |
| platforms | No | Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_qradar_sovQ-Radar share-of-searchRead-onlyInspect
Keyword share-of-search on quick-commerce: organic and sponsored presence in the top 5 / 10 / 20 results per tracked keyword and channel. Filter to one keyword or list the highest-organic keywords.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (1-25, default 15). | |
| sortBy | No | ||
| keyword | No | Restrict to one keyword. | |
| dateRange | No | Lookback window (default last_7d). | |
| platforms | No | Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_reimbursements_summaryGet reimbursements summary (Amazon FBA)Read-onlyInspect
Amazon FBA reimbursements over a window: total amount (major units), count, units, and the top reimbursement reasons.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default 30). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_returns_summaryGet returns summary (Amazon)Read-onlyInspect
Amazon returns over a window: total count, total units, and the top return reasons and dispositions.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default 30). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_seo_queriesGet SEO search queries (GSC)Read-onlyInspect
Google Search Console summary for a window: top search queries with impressions, clicks, average position and CTR. Requires the SEO module.
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Reporting window: 7d, 28d (default) or 90d. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_serp_keywordsGet SERP keyword rankingsRead-onlyInspect
Tracked SEO keywords with current rankings, search volume, intent and rank trend. Requires the SERP module.
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Free-text keyword filter. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_shelf_availabilityGet shelf availability (Q-Radar)Read-onlyInspect
Quick-commerce on-shelf availability (OSA%) over the last 7 days, per channel — the share of observed shelves where the product was in stock. Lower is worse. Requires a Q-Radar subscription.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_state_wise_taxGet state-wise tax breakdownRead-onlyInspect
Per-state outward-supply and tax breakdown (taxable value, CGST/SGST/IGST, invoice count, intra/inter-state) for a period.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Reporting period: mtd (default), last-month, qtd, or ytd. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_stock_statusGet marketplace stock statusRead-onlyInspect
Out-of-stock status across tracked marketplace listings: total listings, OOS count, OOS breakdown by channel, and a sample of the currently out-of-stock listings.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_tax_mismatchesGet tax mismatchesRead-onlyInspect
Lines where the stored tax doesn't equal rate × taxable value (drift audit), with per-line drift amounts and workflow state. Defaults to open items.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by workflow state (default open). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_tax_summaryGet GST / tax summaryRead-onlyInspect
GST snapshot for a period: taxable value, CGST/SGST/IGST/cess, total tax and invoice count (B2B + B2C split), plus TCS and TDS collected per channel. India GST.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Reporting period: mtd (default), last-month, qtd, or ytd. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
get_zobship_creditsGet zobship fulfillment-credit balanceRead-onlyInspect
The fulfillment-credit wallet balance (free + paid, in minor units — convert to ₹), paid-credit expiry, and the available recharge tiers. Separate from the AI wallet.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_campaignsList ad campaignsRead-onlyInspect
Ad campaigns across connected platforms with per-campaign performance (spend, conversions, ROAS, status) for a window. Requires the campaigns module.
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Reporting window: 7d, 28d (default) or 90d. | |
| platform | No | Filter by platform, e.g. meta, google-ads, amazon-ads. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_coach_recommendationsList Coach recommendationsRead-onlyInspect
AI Coach recommendations inbox: detected issues/opportunities with severity and state (open by default), plus AI-generated action plans.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by state (default open). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_competitorsList tracked competitorsRead-onlyInspect
Operator-curated competitors being tracked, with priority and status.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_integrationsList integrationsRead-onlyInspect
List the workspace's connected channels and data sources (Amazon, Flipkart, Snapdeal, Shopify, Meta, Google, etc.) with their connection status, health score, and last sync time.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_manifestsList manifestsRead-onlyInspect
Courier hand-over manifests (draft → submitted → acknowledged), with shipment + order counts and submit/acknowledge timestamps. Filter by warehouse and date range.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records (1-25, default 15). | |
| dateTo | No | ISO date — manifests on/before. | |
| offset | No | ||
| dateFrom | No | ISO date — manifests on/after. | |
| warehouseId | No | Restrict to one warehouse. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_pickersList warehouse pickersRead-onlyInspect
The warehouse-floor picker roster (name, code, phone, assigned warehouse, active status).
| Name | Required | Description | Default |
|---|---|---|---|
| warehouseId | No | Restrict to one warehouse (or unassigned-everywhere pickers). | |
| includeInactive | No | Include soft-deleted/inactive pickers. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_picklistsList picklistsRead-onlyInspect
Warehouse pick waves (draft → assigned → picking → completed), with line count, expected ship date, and whether a pick PDF exists.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records (1-25, default 15). | |
| state | No | Filter by picklist state. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_qradar_alertsList Q-Radar alertsRead-onlyInspect
Quick-commerce anomaly alerts: out-of-stock spikes, price anomalies, risk escalations, and critical-stock events, with severity and the affected SKU / channel / pincode.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | Max rows (1-25, default 15). | |
| severity | No | ||
| dateRange | No | Lookback window (default last_7d). | |
| platforms | No | Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_qradar_skusList Q-Radar SKUs (worst-OSA first)Read-onlyInspect
SKUs in the Q-Radar rotation with current OSA %, risk score, shelf counts, and pricing. Sort by osa_asc to surface the worst-availability SKUs, or filter to those under a target OSA. Own vs competitor SKUs.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (1-25, default 15). | |
| cities | No | Comma-separated city names to filter. | |
| sortBy | No | osa_asc = worst availability first (default recent). | |
| osaLens | No | OSA basis: consumer (pincode-level, default) or dark-store (shelf-level). | |
| pincodes | No | Comma-separated pincodes to filter. | |
| ownership | No | Default all. | |
| platforms | No | Comma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all. | |
| minOsaPercent | No | Only SKUs at or below this OSA % (priority view). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_sellersList marketplace sellersRead-onlyInspect
Sellers observed on tracked listings (the competitive seller universe) with their classification and rating. Optional channel filter.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 50). | |
| channel | No | Filter by channel code, e.g. amazon-in. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_storesList connected storesRead-onlyInspect
List every connected store/marketplace account (Amazon, Shopify, Flipkart, Snapdeal, Meesho, Myntra, JioMart, Ajio, offline) with its display name, country/currency, and order count in the last 30 days.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
list_team_membersList team membersRead-onlyInspect
Workspace members with their roles and effective permissions. Requires org member-read permission (Owner/Admin).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
searchSearchRead-onlyInspect
Search the workspace's product catalogue by free text (title, brand, or SKU). Returns matching products as citeable results with stable ids — pass an id to fetch for full detail. Used by ChatGPT deep research.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text search over product title, brand, or SKU. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
search_catalogSearch product catalogRead-onlyInspect
Search the workspace's MASTER product catalog by free text (matches product title, brand, or internal SKU). Returns up to 25 matches with MRP, mapped-channel count, and status. Narrow the query if results are truncated.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (1-25, default 25). | |
| query | No | Free-text search over product title / brand / SKU. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
search_inventorySearch inventoryRead-onlyInspect
Find inventory for a specific product across all channels. query matches product name, accounting SKU, brand, or variant SKU (substring). Each result is master-grain with per-channel / per-store / per-warehouse stock (available, reserved, in-transit) and a health state (stockout, alert, low, healthy). Filter by channel or health state.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (1-25, default 15). | |
| query | No | Product name / SKU / brand to search for. | |
| channel | No | Restrict to one channel code. | |
| healthState | No | Filter by stock health bucket. |
Output Schema
| Name | Required | Description |
|---|---|---|
| items | No | Matched records. |
| limit | No | |
| total | No | Total matches before paging. |
| offset | No | |
| message | No | |
| available | No |
search_oms_ordersSearch fulfillment (zobship) ordersRead-onlyInspect
Orders flowing through the zobship fulfillment pipeline, with their state (new → reserved → awaiting_label → labelled → manifested → shipped …), fulfillment type, credit status, and expected ship date. Filter by channel, state, store, warehouse, or exact variant/channel SKU.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records (1-25, default 15). | |
| state | No | Fulfillment state (e.g. awaiting_label, manifested, shipped). | |
| offset | No | Pagination offset (default 0). | |
| channel | No | Channel code (e.g. amazon). | |
| storeId | No | Restrict to one store. | |
| variantSku | No | Exact variant SKU or channel SKU (case-insensitive). | |
| warehouseId | No | Restrict to one warehouse. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
search_ordersSearch ordersRead-onlyInspect
Find specific orders across all connected channels. query matches an order ID, line-item ID, or SKU (substring). Filter by channel, attribution state, and date range. Money fields are in minor units (paise for INR) — convert to ₹. Use get_order for full detail on one order.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (1-25, default 15). | |
| query | No | Order ID / line-item ID / SKU to search for. | |
| since | No | ISO date — only orders created on/after this. | |
| until | No | ISO date — only orders created on/before this. | |
| channel | No | Restrict to one channel code (e.g. amazon, flipkart). | |
| attributionState | No | Filter by order lifecycle state. |
Output Schema
| Name | Required | Description |
|---|---|---|
| items | No | Matched records. |
| limit | No | |
| total | No | Total matches before paging. |
| offset | No | |
| message | No | |
| available | No |
search_returnsSearch returnsRead-onlyInspect
Find specific returns across all connected channels. query matches a return ID or reverse-shipment tracking (AWB) number (substring). Filter by channel, return bucket, received status, and date range. Each result is a full return record (reason, qty, refund, dates). Money in minor units.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (1-25, default 15). | |
| query | No | Return ID or AWB / tracking number to search for. | |
| since | No | ISO date — only returns initiated on/after this. | |
| until | No | ISO date — only returns initiated on/before this. | |
| bucket | No | Filter by return category. | |
| channel | No | Restrict to one channel code. | |
| received | No | true = already received at warehouse; false = awaiting receipt. |
Output Schema
| Name | Required | Description |
|---|---|---|
| items | No | Matched records. |
| limit | No | |
| total | No | Total matches before paging. |
| offset | No | |
| message | No | |
| available | No |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!