Skip to main content
Glama

ecommerceoracle

Server Details

EcommerceOracle - 8 e-commerce tools: Shopify, WooCommerce, GMV, conversions, returns.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ToolOracle/ecommerceoracle
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsB

Average 3.2/5 across 8 of 8 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct function: barcode lookup, category trends, health check, market monitoring, price comparison, product detail extraction, product search, and Shopify fetching. No overlapping purposes; descriptions clearly differentiate inputs and outputs.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with exactly two words (e.g., barcode_lookup, product_search). No mixing of styles or irregularities.

Tool Count5/5

8 tools fall well within the ideal 3-15 range for a focused ecommerce data server. Each tool serves a clear purpose without redundancy.

Completeness4/5

Covers major product retrieval needs: search, detail, barcode lookup, price comparison, trends, and marketplace monitoring. Lacks features like review extraction or bulk operations, but core workflows are supported.

Available Tools

8 tools
barcode_lookupBInspect

Look up product by EAN/UPC barcode. Returns full product details, prices from multiple merchants.

ParametersJSON Schema
NameRequiredDescriptionDefault
eanNoEAN code (alternative parameter name)
barcodeNoEAN or UPC barcode number e.g. '4056565032219'
Behavior2/5

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

No annotations are provided, so the description must cover behavioral traits. It states what the tool returns but omits side effects, authentication needs, rate limits, error handling, or read-only nature. For a simple read tool, more disclosure is expected.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the core purpose, and every word adds value. No redundancy or unnecessary detail.

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

Completeness3/5

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

Given no output schema, the description mentions 'full product details, prices from multiple merchants', which gives a reasonable sense of output. However, it lacks details on barcode format limitations, error behavior, or response structure. Adequate for a simple tool but not exhaustive.

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

Parameters3/5

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

The input schema already provides 100% coverage with clear descriptions for both parameters (ean and barcode). The tool-level description adds little beyond confirming the barcode purpose, so the baseline score of 3 is appropriate.

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 does barcode lookup by EAN/UPC and returns product details with prices from multiple merchants. This distinguishes it from sibling tools like product_search (text-based) and product_detail (likely by ID).

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives like product_search or product_detail. There is no mention of prerequisites, exclusions, or best practices.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

health_checkBInspect

EcommerceOracle server status.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations exist, so the description carries the full burden. It only says 'server status' without specifying if it's read-only, what it returns, or any side effects. Minimal behavioral disclosure.

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

Conciseness5/5

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

The description is a single concise phrase with no wasted words. It efficiently conveys the tool's purpose.

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 zero annotations and no output schema, the description is too sparse. It fails to detail what 'status' means (e.g., response format, error behavior), leaving the agent underinformed for a health-check tool.

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

Parameters4/5

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

No parameters exist, so schema coverage is 100%. The description does not need to explain parameters. Baseline 4 applies, and the description adds some context about the tool's focus.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'EcommerceOracle server status' clearly indicates the tool checks server health, aligning with the name 'health_check'. It distinguishes from sibling tools (data retrieval) by being a status/ping operation.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not mention when to use this tool (e.g., before other operations, to verify connectivity) or contrast it with alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

marketplace_monitorCInspect

Monitor marketplace presence and pricing news for your brand vs competitor.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoLanguage: 'de' or 'en' (default: de)de
brandNoYour brand name
competitorNoCompetitor brand (optional)
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states the high-level function without details on how monitoring works, data freshness, or side effects. This is insufficient for a tool with no additional annotations.

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

Conciseness4/5

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

The description is a single efficient sentence that front-loads the purpose. It is concise but lacks structure; still, it earns a 4 for being succinct.

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 the lack of output schema, the description should provide details about return format or behavior, which it does not. The tool is under-specified for a monitoring function.

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

Parameters3/5

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

Schema coverage is 100%, so the schema adequately documents all three parameters. The description does not add value beyond the schema, meeting the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it monitors marketplace presence and pricing news for brand vs competitor, using a specific verb and resource. However, it does not differentiate from sibling tools like price_comparison, leading to a score of 4.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. The description lacks any indication of context, prerequisites, or exclusions needed for proper selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

price_comparisonAInspect

Compare product prices across multiple sources. Provides merchant links for Idealo, Amazon, Google Shopping.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoProduct to compare e.g. 'Emma Matratze 90x200'
countryNoCountry: 'DE', 'US', 'GB' (default: DE)DE
Behavior2/5

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

No annotations are provided, so the description must disclose behaviors. It mentions providing merchant links but does not specify if raw prices are returned, if results are real-time or cached, or how unsupported countries are handled.

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

Conciseness5/5

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

The description is two concise sentences, front-loaded with purpose, and contains no unnecessary information.

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

Completeness3/5

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

No output schema exists, so the description should explain return format. It mentions 'merchant links' but does not detail the structure. Given sibling tools, it could clarify boundaries, e.g., for price vs. detail.

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

Parameters4/5

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

Input schema covers both parameters with descriptions (100% coverage). The description adds value by naming specific sources (Idealo, Amazon, Google Shopping), giving context beyond the schema.

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 verb 'Compare' and resource 'product prices across multiple sources', listing specific merchants (Idealo, Amazon, Google Shopping), distinguishing it from siblings like product_search.

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 implies usage for price comparison but does not explicitly state when to use this tool versus alternatives like product_search or marketplace_monitor, nor does it mention 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.

product_detailAInspect

Extract structured product data (price, rating, images) from any product page URL using JSON-LD.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoProduct page URL e.g. 'https://shop.com/product/123'
Behavior2/5

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

No annotations provided; description only mentions using JSON-LD but does not disclose what happens if JSON-LD is missing, authentication needs, rate limits, or return format. The reliance on JSON-LD is a critical behavioral detail 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/5

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

One concise sentence without waste, clearly stating the action and scope.

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?

Without output schema or annotations, the description lacks information on return format, error handling, and limitations (e.g., only works with JSON-LD). This is insufficient for an extraction tool.

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

Parameters4/5

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

Schema coverage is 100% for the single parameter 'url'. The description adds a concrete example URL, providing context beyond the schema's description.

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 extracts structured product data (price, rating, images) from a product page URL using JSON-LD, distinguishing it from siblings like product_search or barcode_lookup.

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 implies use for extracting data from a specific product page URL but lacks explicit guidance on when to use this versus alternatives (e.g., when you need data from a single page vs. searching for products).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

shopify_productsCInspect

Fetch products from any Shopify-powered store via their public /products.json endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax products 1-50 (default: 20)
domainNoShop domain e.g. 'gymshark.com', 'allbirds.com'
Behavior2/5

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

No annotations provided, so description carries full burden. It only states the basic action without disclosing behavior like rate limits, error handling, or that it is a read-only operation. The description adds little value beyond the name.

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

Conciseness4/5

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

Single, direct sentence with no wasted words. Efficient but lacks richness.

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

Completeness3/5

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

Given simple parameters and good schema descriptions, the tool is minimally adequate but missing return format discussion (e.g., JSON output) and pagination details. Provides enough for a simple fetch but not comprehensive.

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

Parameters3/5

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

Input schema has 100% coverage with descriptions for both parameters. Description adds no extra meaning beyond the schema, achieving baseline score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it fetches products from Shopify stores via a public endpoint. It distinguishes itself from siblings like product_detail and product_search by focusing on the general product listing from any store, but lacks explicit differentiation.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like barcode_lookup or product_search. No mention of prerequisites, limitations, or use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.