Gameshop Enter — retro Nintendo & Pokémon TCG (EU)
Server Details
Live catalog of tested retro Nintendo games and Pokémon TCG, with all-in delivered EU prices.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Definition Quality
Average 4.2/5 across 4 of 4 tools scored.
Each tool serves a distinct function: product lookup, quote calculation, catalog search, and store information. There is no overlap in their purposes, so an agent can easily select the right tool for a given task.
All tool names follow a consistent verb_noun pattern: get_product, get_quote, search_products, store_info. The prefixes 'get_', 'search_', and 'store_' clearly indicate the action and resource, making the set predictable.
With only 4 tools, the server is tightly scoped to a storefront workflow: search, product details, pricing with shipping, and store policies. Each tool is necessary and the count feels right for the domain.
The set covers the essential customer journey: searching, viewing products, obtaining a quote with checkout URL, and accessing store info. A minor gap is the lack of direct order placement or cart tools, but those appear to be handled externally via the checkoutUrl, so the surface is reasonably complete.
Available Tools
4 toolsget_productGet one product by SKUAInspect
Fetch current price, stock and details for one Gameshop Enter product by its SKU (as returned by search_products). Includes the direct product-page URL to buy it.
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Product SKU, e.g. "GBA-177714825902" |
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 behavioral burden. It communicates that this is a non-mutating fetch that returns current price, stock, and product details, and it adds the useful detail that the SKU must come from search_products. It does not cover error behavior or exact response structure, but for a simple read operation it 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 filler. The most important information—what fields are fetched and how to obtain the SKU—is front-loaded, and the sibling reference is woven in without extra verbosity.
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 one-parameter, read-only lookup tool, the description covers the input source, the output content, and the product-page URL. There is no output schema, but the listed return fields are sufficient for an agent to know what to expect. Minor gaps like error behavior are not material to invoking this tool correctly.
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 already documents the single 'sku' parameter with 100% coverage and an example. The description adds meaningful provenance by stating the SKU is 'as returned by search_products', which helps the agent know how to obtain a valid value, going beyond the bare schema.
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 states a clear verb ('Fetch'), a specific resource ('one Gameshop Enter product'), and the key identifier ('by its SKU'). It also differentiates itself from search_products by explicitly sourcing the SKU from that sibling tool, so an agent can tell the two apart.
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 gives clear context: use this tool when you already have a product SKU, and obtain that SKU via search_products. It does not explicitly enumerate alternatives or exclusions beyond search_products, but the usage context is unambiguous enough for correct selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_quoteAll-in price quote, delivered to an EU countryAInspect
Answer "what does this cost in total, delivered?" — items, the exact checkout shipping tier, any running promotion and the total in EUR, for any of the 27 EU countries. Pass the same SKU twice for quantity 2. Includes a checkoutUrl.
| Name | Required | Description | Default |
|---|---|---|---|
| skus | Yes | Product SKUs from search_products; repeat a SKU for quantity | |
| country | No | ISO-2 destination country, e.g. "NL", "BE", "DE" (default "NL") |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears the full burden and does well: it discloses output composition, the quantity-by-repeating-SKU convention, and the 27-EU-country limitation. It does not cover error cases or quote validity, which keeps it from a 5.
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?
Three sentences, with the purpose front-loaded and each sentence adding distinct value: expected outputs, quantity handling, and checkoutUrl. No filler or redundant restatement.
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?
Even with no output schema and no annotations, the description covers what the agent will receive, how to express quantity, and the geographic scope. Minor gaps remain around non-EU or invalid inputs and whether checkoutUrl expires, but they are not critical for correct 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?
Schema description coverage is 100%, so the baseline is 3. The description adds little beyond the schema: the quantity convention is already in the skus parameter description, and the '27 EU countries' phrasing slightly enriches the country parameter scope.
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 ('answer what does this cost in total?') and identifies the resource: a delivered price quote with items, shipping tier, promotion, total EUR, and checkoutUrl. The EU-only scope further distinguishes it from siblings like get_product and search_products.
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 opening phrase is a clear trigger: use this tool when the agent needs a total delivered cost. It gives unambiguous context, though it does not explicitly name alternatives or state when-not-to-use it beyond the EU scope.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_productsSearch the Gameshop Enter catalogAInspect
Search the live catalog of Gameshop Enter — original retro Nintendo games, consoles and Pokémon TCG, all personally tested, shipping to all 27 EU countries. Understands abbreviations ("gba"), Dutch and English game names and typos. Returns products with price in EUR, stock status and a direct buy URL.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, cap 25) | |
| query | Yes | Game title, character, franchise or SKU | |
| maxPrice | No | Optional maximum price in EUR | |
| platform | No | Optional platform filter, e.g. "Game Boy Advance", "N64", "Switch" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and it explains real behavior: the catalog is live, products are personally tested, shipping is limited to the EU, and the query matcher tolerates abbreviations, Dutch/English names, and typos. It also discloses the return contents (EUR price, stock status, buy URL), which meaningfully informs an agent beyond the schema.
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 compact and front-loaded with the primary action and resource. Some details like 'personally tested' and 'shipping to all 27 EU countries' are contextual rather than essential to invoking the tool, but the text remains efficient and focused.
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 search tool with a well-covered schema and no output schema, the description provides enough return-value details (price, stock, buy URL) and query-handling behavior to guide correct use. It doesn't specify result ordering or pagination, but these are not critical for basic invocation and are partially covered by the schema's limit parameter.
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 coverage is 100%, so the baseline is 3, but the description adds genuine value for the query parameter by explaining it understands abbreviations, bilingual names, and typos. This is behavior the raw schema doesn't capture; other parameters like limit and maxPrice are already clearly described in the schema.
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 opens with 'Search the live catalog of Gameshop Enter', a specific verb-resource pair that identifies the tool's job. It distinguishes search from the siblings get_product, get_quote, and store_info by emphasizing catalog-wide search and product listing returns.
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 implies this is the tool for searching the catalog by title, character, franchise, or SKU, and notes it accepts abbreviations and typos. However, it does not explicitly state when to prefer this over get_product or provide any when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
store_infoStore, shipping and returns informationAInspect
Shipping costs and delivery times per EU country, free-shipping thresholds, 30-day return policy, payment methods and languages of Gameshop Enter.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It lists the information content but does not explicitly state that the tool is read-only, returns static reference data, or explain any limitations or freshness caveats. It is not misleading, but it adds limited behavioral context beyond the obvious.
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 a single, well-structured sentence that front-loads the most important content (shipping costs and delivery times) and then efficiently lists the remaining topics. Every phrase adds substantive information.
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 no-parameter, no-output-schema information tool, the description covers the main content categories an agent needs to decide whether to invoke it. It does not explicitly describe the response format, but that is a minor gap for a static store-info tool.
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 takes zero parameters, so the schema fully covers invocation needs. The description adds semantic context about the kind of information returned, which is useful for selection even though no parameter explanations are required.
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 identifies the tool's purpose: it provides store policy information including shipping costs, delivery times, free-shipping thresholds, returns, payments, and languages. This is a specific, concrete resource and is easily distinguishable from the sibling tools focused on products, quotes, and searches.
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 implies when to use this tool: when the agent needs store-level policies or reference information. However, it does not explicitly state alternatives or when not to use it, such as clarifying that it is not for product-specific queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Daily EU card prices, deal detection and EU-vs-US arbitrage for 19 trading card games.
GDPR-clean marketplace listings and prices from 18 European countries. No seller personal data.
Neutral prices + PSA population for PSA-graded vintage Pokémon (WotC 1999–2003). Read-only.
Real sold prices, history & PSA population for graded Pokémon cards (EN/JP/CN). Knows nicknames.
Related MCP Servers
- AlicenseBqualityCmaintenanceVision-guided Pokémon TCG card identification server that matches exact printings using visual evidence and marketplace data.401MIT

idealo MCP Serverofficial
AlicenseNot gradedqualityFmaintenanceEnables product search, price comparison, and price history analysis across 6 European marketplaces (DE, AT, GB, FR, IT, ES).15MIT- FlicenseNot gradedqualityCmaintenanceBuy video game keys, gift cards, and digital subscriptions via x402 USDC payments on Base. 8 tools covering catalog search, price quotes, on-chain purchase confirmation, delivery status, and refunds.
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to search and compare prices across Japanese used camera, watch, luxury brand, and instrument marketplaces from multiple stores, returning price, brand, condition, and source store information.