Skip to main content
Glama

product-barcode-api

Fetch Database Information

get_api_external_get_db_info

It returns the username and password for accessing the MySQL database containing product information. You can use this endpoint by subscribing to the $350 plan. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It clearly discloses that the tool returns sensitive MySQL credentials, but it does not mention failure modes, authorization behavior, or security considerations for handling the returned password.

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 three short sentences and every sentence earns its place: what is returned, which database it accesses, subscription requirement, and billing cost. It is front-loaded and contains no fluff.

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

Completeness4/5

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

For a zero-parameter, no-output-schema, low-complexity tool, the description is reasonably complete: it explains the returned values, the data domain, and the access/billing context. It is slightly limited by the lack of usage-vs-alternative context and no error or negative-case information.

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?

The tool has no parameters and the schema coverage is 100%, so there is no hidden input semantic gap. The baseline of 4 applies because the schema fully describes the input surface and the description correctly adds no redundant parameter detail.

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 states exactly what the tool does: 'returns the username and password for accessing the MySQL database containing product information.' It uses a specific verb, identifies the exact resource, and is clearly distinct from the sibling product-data tools.

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 gives no guidance about when this tool should be used versus alternatives. It only mentions the $350 plan subscription and per-call billing, which is a prerequisite rather than an actionable usage guideline.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation4/5

Each tool generally targets a distinct concern: paginated product listing, recent products, barcode/name search, current store price, price history, market list, and DB credentials. Some overlap exists between listing and search tools, but the descriptions are clear enough to prevent serious misselection.

Naming Consistency2/5

All tools share the get_api_external_ prefix, but the remainder is inconsistent: getProducts and marketList use camelCase, product_of_market and get_db_info use snake_case, while history and last are bare nouns without a clear verb. The naming style feels mixed rather than following a predictable pattern.

Tool Count5/5

Seven tools is a reasonable, well-scoped size for a barcode/product lookup API. Each tool covers a meaningful part of browsing products, searching, retrieving prices, and accessing historical data without unnecessary bloat.

Completeness4/5

The API covers core read-only workflows: search, paginated product lists, current product pricing by market, price history, recent updates, and available markets. A minor gap is the lack of a dedicated exact-barcode product lookup separate from search, but existing tools can handle common use cases.

Resources