flipkart-seller-mcp
Server Quality Checklist
Latest release: v0.1.0
- 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/5All 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/55 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/5The 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.
Average 3.4/5 across 5 of 5 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 11 commits in the last 12 weeks
- Last stable release on
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description does not disclose behavioral traits such as side effects (e.g., irreversible actions), authentication requirements, rate limits, or what happens to data. The description only lists actions and output format, lacking transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, uses a bullet list for actions, and includes output format. It is well-structured and front-loaded with purpose. However, it could be slightly more efficient by combining some phrases.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers actions and output format, but given the tool complexity (7 params, no annotations, output schema exists), it lacks details on parameter interactions, prerequisites, and expected outcomes. It is minimally complete but leaves gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters2/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must explain parameters. It mentions action, return_id, tracking_id, etc., in the context of actions, but does not detail each parameter's meaning, format, or constraints (e.g., claim_amount, claim_reason). The description adds some value but is insufficient for a 7-parameter tool with no schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool manages returns, RTO tracking, and SPF claims, with specific actions listed. The purpose is clear, though it doesn't differentiate from sibling tools beyond domain.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description lists actions and their purposes, giving some context on when to use each action. However, it does not provide guidance on when to use this tool versus siblings (e.g., flipkart_manage_shipments), nor when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description fully bears responsibility. It mentions mutating actions (update_budget, update_bid) but does not disclose side effects, prerequisites, authentication needs, or rate limits. The output format is noted, but behavioral traits like irreversible changes or costing implications are missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is structured with bullet-pointed actions and a clear output format note. It is fairly concise, though the first line has a typo ('betting' instead of 'bidding'). Every sentence adds value, but the listing could be slightly tighter.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (multiple actions, 6 parameters, no annotations), the description lacks parameter-to-action mapping, error conditions, required permissions, and output details beyond format. It is incomplete for an agent to confidently invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, forcing description to explain parameters. It connects some parameters to actions (e.g., daily_budget for update_budget, bid_amount for update_bid) but does not map all parameters (campaign_id, status_filter) to actions. Detail_level is briefly explained, but not comprehensively.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description starts with 'Manage Flipkart advertising campaigns' which is a clear verb+resource. It lists specific actions (list_campaigns, get_metrics, update_budget, update_bid) that are distinct from sibling tools like flipkart_manage_shipments or flipkart_manage_returns, which handle logistics and not ads.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for ad management but does not explicitly state when to use this tool versus alternatives. There is no 'when-not-to-use' or comparative guidance, though sibling tools are in different domains.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- 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/5Is 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/5Given 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/5Does 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/5Does 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/5Does 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.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It describes actions as 'view', 'trigger', and 'download', hinting at read vs. write, but lacks details on side effects, permissions, or limitations. The 'request_report' may be a mutating action, but this is not clarified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured, with a one-line summary followed by bullet points for each action. It is front-loaded with the overall purpose and uses minimal prose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has six parameters and multiple actions, the description covers the three actions and output format but lacks detailed guidance per action-parameter pairing. An output schema exists but is not shown; nevertheless, the description is incomplete for first-time use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters2/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description does not explain how parameters like date_from, date_to, report_id, or report_type relate to each action. It only mentions output format via detail_level, but without explicit mapping, leaving parameter usage ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool manages bank settlements, payouts, and report generation. It lists three specific actions with their purposes, making it distinct from sibling tools which cover other domains like shipments or inventory.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for financial tasks through the actions listed, and sibling tool names clarify the domain. However, it does not explicitly state when to use this tool vs. alternatives or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It mentions actions and output format (Markdown or JSON) but lacks details on authorization needs, error handling, or side effects (e.g., consequences of cancellation). The description is adequate but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured with a clear header, bulleted actions, and a note on output format. It front-loads the purpose and is devoid of unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 parameters, 0% schema coverage, and no annotations, the description provides a solid overview. It covers all actions and hints at parameter usage. However, it lacks examples, error scenarios, or detailed parameter constraints. An output schema exists but is not described.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description should compensate. It explains parameters like state (via action descriptions), order_id, detail_level, shipment_ids, and cancel_reason. However, it does not detail all parameters or their valid values (e.g., allowed states or cancel reasons). The description adds some meaning but not enough to fully cover all 6 parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool manages shipments and orders for Flipkart sellers, listing specific actions like search, inspect, mark_rtd, get_label, and cancel. This distinguishes it from sibling tools like flipkart_manage_returns or flipkart_manage_inventory.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly guides usage by enumerating actions and their brief purposes (e.g., 'search: List pending, packed, RTD, or dispatched orders'). However, it does not explicitly state when to use this tool over alternatives or provide exclusion criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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