Skip to main content
Glama
ron2111

flipkart-seller-mcp

by ron2111

flipkart_manage_inventory

Manage Flipkart product listings, update inventory and pricing, and perform CRUD operations on catalog items.

Instructions

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').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fsnNo
mrpNo
skuNo
brandNo
stockNo
titleNo
actionYes
categoryNo
attributesNo
detail_levelNosummary
selling_priceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions output format ('token-optimized Markdown table or JSON') and hints at destructive actions (e.g., 'delete_listing: Deactivate or archive'). However, it does not disclose side effects, permissions, rate limits, or what operations are irreversible.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderate in length and uses bullet points for actions, making it structured. However, it could be more concise by removing redundant phrases like 'catalog CRUD' and 'Returns token-optimized...' could be integrated more tightly.

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

Completeness2/5

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

Given 11 parameters with 0% schema coverage and a complex tool with multiple actions, the description does not fully compensate. It lacks parameter mapping, action-specific prerequisites, and details on output schema beyond format. The output format hint is useful but incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain individual parameters or their relationships to actions. While actions are described, it is unclear which parameters are required for each action and any constraints (e.g., format, allowed values).

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 manages 'Flipkart product listings, inventory levels, pricing, and catalog CRUD' and lists seven specific actions (search, get_details, update_stock, update_price, create_listing, update_listing, delete_listing) with brief explanations. It is distinct from sibling tools that handle shipments, returns, ads, and financials.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists actions but does not explicitly state when to use this tool versus alternatives. It implies use for inventory/catalog management but lacks when-not-to-use or prerequisites. Sibling names provide context but no explicit guidance.

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/ron2111/flipkart-seller-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server