M.K. Electronics
Server Details
Live shopping connector for M.K. Electronics — Bangladesh's largest authorized multi-brand electronics retailer (40+ years; 100+ global brands; 16 superstores nationwide). Use the included tools to search the in-stock catalog, fetch full product details with specs and EMI options, list categories, and find showrooms in any city. Returns current pricing in BDT and live availability — no HTML scraping needed. Ideal for shopping assistants helping customers in Bangladesh decide what to buy.
- 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.2/5 across 4 of 4 tools scored.
Each tool targets a distinct facet: physical locations, product detail, category browsing, and full-text search. There is no overlap in purpose, and the descriptions reinforce clear boundaries. An agent can easily select the correct tool for any user intent.
All tool names follow a consistent verb_noun pattern with lowercase snake_case (find, get, list, search). The only mild deviation is 'find_showrooms_near' which still fits the pattern. This predictability aids agent selection and reduces confusion.
Four tools is a well-scoped count for a storefront/MCP server. Each tool serves a distinct core function without bloat or redundancy. This is within the ideal 3-15 range and feels neither thin nor overweighted.
The set covers product discovery, detail, and store location, which are the primary use cases. A possible gap is the lack of a direct 'list products by category' tool, though search can partially compensate. Overall, the surface is logically complete for browsing and comparison.
Available Tools
4 toolsfind_showrooms_nearFind showroomsAInspect
List M.K. Electronics showrooms, optionally filtered by city. 16 superstores nationwide.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City filter, e.g. "Dhaka" or "Chattogram". Omit to list all. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses that the tool lists a fixed set of 16 nationwide showrooms and supports an optional city filter, clarifying that 'near' refers to city filtering rather than geolocation. However, it does not describe the return fields or any side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the verb and resource, and every word adds value. '16 superstores nationwide' is a concise additional detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter listing tool, the description is mostly sufficient, but the absence of an output schema and lack of return-value details means the description does not fully specify what the agent can expect. The scale mention helps, but the description is minimal.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides complete coverage for the single optional 'city' parameter, including example values and an explanation of omission. The description adds no additional parameter semantics, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (List) and resource (M.K. Electronics showrooms), and notes the optional city filter. This distinguishes it from sibling tools that handle products and categories.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied: the tool is for listing showrooms, but there is no explicit statement of when to use it over alternatives or exclusions. The description does not name search_products or other siblings as alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_productGet product detailsAInspect
Fetch full product detail by slug — specs, EMI options, warranty, current price, stock. Use after search_products when the user wants to dig into one item.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Product slug from a search result, e.g. "sony-bravia-x90l-65" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description fully carries the behavioral disclosure burden. It clearly indicates a read-only fetch operation and lists the data returned (specs, EMI options, warranty, current price, stock). It does not mention error handling or non-finding behavior, but for this straightforward read operation, the disclosure is adequate and transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose, and includes the usage guidance in a compact, high-signal format. Every phrase adds value, with no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite having no output schema or annotations, the description effectively conveys the complete context needed: it lists the returned data fields, specifies the input source, and sequences usage after search_products. For a simple one-parameter read tool, this is sufficiently complete for reliable invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already covers the required parameter 'slug' with a description and example, giving 100% schema coverage. The description adds valuable context by explaining that the slug originates from search_products results, which helps the agent understand how to obtain and use the parameter correctly beyond just the schema definition.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function with a specific verb ('Fetch') and resource ('full product detail by slug'), and enumerates the included fields (specs, EMI, warranty, price, stock). It also distinguishes itself from siblings by explicitly positioning it as the follow-up to search_products for deeper detail.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly directs when to use this tool: 'Use after search_products when the user wants to dig into one item.' This provides clear context and implicitly contrasts with the sibling search_products, giving the agent unambiguous guidance on tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_categoriesList categoriesAInspect
Get the storefront category tree. Use to orient the user when they're browsing without a specific product in mind.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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 states the action ('Get the storefront category tree') but does not disclose return format, pagination, or potential absence of categories. As a simple read-only operation, the risk is low, but additional behavioral context would improve transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is exceptionally concise, with two sentences: the first states the action, the second provides usage context. No wasted words, and the key information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with no parameters and no output schema, the description is largely sufficient. It covers purpose and usage, but lacking any note about whether the tree is flattened or nested, or whether an empty tree is possible, leaves a small gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. There are no parameter semantics to clarify, and the description does not need to add anything beyond what the empty schema already communicates.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb and resource: 'Get the storefront category tree.' This is distinct from sibling tools like search_products or get_product, so the agent can easily differentiate.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool: 'Use to orient the user when they're browsing without a specific product in mind.' It implies when not to use (when specific products are involved) but does not explicitly name alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_productsSearch productsAInspect
Full-text search across the M.K. Electronics catalog. Returns in-stock matches only, ordered by relevance. Use this when the user asks to find / compare / shop for something.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, hard cap 50) | |
| query | Yes | Search keywords, e.g. "65 inch sony oled" or "inverter ac 1.5 ton" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, but the description discloses meaningful behavioral traits: 'Returns in-stock matches only' and 'ordered by relevance.' This goes beyond the schema and gives the agent important constraints. It could mention error handling or pagination, but for a search tool this is reasonably transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no wasted words. The first sentence states the core function, the second specifies usage context. Both sentences earn their place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with only 2 parameters, and the schema covers them fully. The description provides scope, in-stock filter, relevance ordering, and usage guidance. It omits exact return format or error behavior, but given the simplicity and lack of output schema, this is still a complete definition.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with both 'query' and 'limit' having detailed descriptions. The description itself adds no extra parameter-level details, so the baseline of 3 applies; the schema fully handles parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb+resource pair: 'Full-text search across the M.K. Electronics catalog.' It clearly states what the tool does and implicitly distinguishes itself from siblings like get_product (specific lookup) and list_categories (browsing).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use this when the user asks to find / compare / shop for something,' giving clear usage context. However, it does not mention when not to use it or provide explicit alternative tool references, stopping short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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!
Related MCP Servers
- AlicenseAqualityAmaintenanceGTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.111111MIT

industrylens-mcpofficial
Flicense-qualityCmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
Sociality MCPofficial
Alicense-qualityDmaintenanceSocial media analytics, post insights, and competitor benchmarking for AI agents.6MIT- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.1901MIT