Skip to main content
Glama
ron2111

flipkart-seller-mcp

by ron2111

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
flipkart_manage_shipmentsA

Manage Flipkart seller orders & shipments.

Actions:

  • 'search': List pending, packed, RTD, or dispatched orders (filter by state/order_id).

  • 'inspect': Retrieve detailed order items, SLA deadlines, customer pincode.

  • 'mark_rtd': Transition orders to Ready to Dispatch state.

  • 'get_label': Fetch printable shipping label & tax invoice PDF URLs.

  • 'cancel': Cancel order shipment with specified reason.

Output format: Returns token-optimized Markdown table ('summary') or JSON ('full').

flipkart_manage_inventoryB

Manage Flipkart product listings, inventory levels, pricing, and catalog CRUD.

Actions:

  • 'search': Search catalog listings by SKU or FSN.

  • 'get_details': Fetch full listing specifications and current pricing/stock.

  • 'update_stock': Modify available inventory counts across warehouses.

  • 'update_price': Update MRP and Selling Price (INR).

  • 'create_listing': Create a new catalog listing (Title, SKU, Selling Price, Brand).

  • 'update_listing': Update listing title, brand, or custom attributes.

  • 'delete_listing': Deactivate or archive a listing by SKU.

Output format: Returns token-optimized Markdown table ('summary') or JSON ('full').

flipkart_manage_returnsB

Manage Flipkart customer returns, RTO tracking, and Seller Protection Fund (SPF) claims.

Actions:

  • 'list_returns': List customer returns, RTOs, or replacements.

  • 'track_rto': Track return shipment delivery status and courier location.

  • 'approve_return': Approve customer return request.

  • 'spf_claim': File SPF claim for damaged, wrong, or missing return items.

Output format: Returns token-optimized Markdown table ('summary') or JSON ('full').

flipkart_manage_adsB

Manage Flipkart advertising campaigns (PLA / PCA / Smart ROI), budgets, and bidding.

Actions:

  • 'list_campaigns': View active or paused ad campaigns.

  • 'get_metrics': Fetch campaign performance (impressions, clicks, spend, orders, ROAS).

  • 'update_budget': Update daily budget (INR).

  • 'update_bid': Modify keyword or product bid prices.

Output format: Returns token-optimized Markdown table ('summary') or JSON ('full').

flipkart_manage_financialsA

Manage Flipkart seller bank settlements, payouts, and financial/tax report generation.

Actions:

  • 'get_settlements': View payout summaries, bank settlement status, UTR numbers.

  • 'request_report': Trigger generation of sales, tax, inventory, or returns reports.

  • 'download_report': Check status and retrieve download link for generated report.

Output format: Returns token-optimized Markdown table ('summary') or JSON ('full').

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool covers a distinct seller domain: shipments, returns, inventory, ads, and financials. There is no overlap in purpose, and the actions within each tool further differentiate the operations.

Naming Consistency5/5

All tools follow a consistent 'flipkart_manage_X' pattern (e.g., flipkart_manage_shipments, flipkart_manage_returns). This makes it easy to predict the tool's domain from its name.

Tool Count5/5

5 tools is well-scoped for a seller platform. It covers all major functionalities without being too few or too many, allowing for focused and manageable interactions.

Completeness5/5

The tool set covers the full lifecycle of seller operations: order and shipment management, returns and RTO, inventory and catalog CRUD, advertising, and financials. No obvious gaps are apparent.

Maintenance

ActivitySlowing
ResponsivenessNo issues