Skip to main content
Glama

Search Products

search_products
Read-onlyIdempotent

Search and browse Bolot Studio custom metal photo prints. Returns a compact product card by default — handle, title, short description, price/compareAtPrice, availability, variants (name/size/price/availability), one image, and the product URL — for every result. For ONE product (pass handle), add detail: true to also get the AI summary, use cases, FAQs, competitive positioning, social proof, gallery, shipping zones, and guarantee/returns/quality-assurance detail; every response, compact or detailed, is capped to the server's response size limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch term (e.g. 'metal print', 'gift', 'cinematic')
detailNoOnly used together with `handle` (single-product lookup). When true, returns the full enriched product record — AI summary, use cases, FAQs, competitive positioning, social proof, gallery, shipping zones, guarantee/returns/quality-assurance detail — for that ONE product, still capped to the server's response size limit. Default false returns the compact card shape (handle, title, short description, price, variants, one image, product URL) that every search and every default single-product lookup uses.
handleNoProduct handle: 'the-legacy-print', 'the-cinematic-print', or 'the-address-sign'
localeNoLocale code for localized URLs (e.g. 'en', 'pl', 'de')
countryNoISO 3166-1 alpha-2 or alpha-3 country code for geo-pricing (e.g. 'PL', 'DE', 'GB', 'DEU', 'GBR')
locale_contractNoLanguage-resolution contract. Legacy discloses multilingual-country ambiguity; strict requires an explicit locale.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
b2bNo
urlNo
faqsNo
tagsNo
toolNo
errorNo
priceNo
queryNo
titleNo
totalNo
handleNo
imagesNo
marketNo
reasonNo
vendorNo
droppedNo
galleryNo
giftingNo
messageNo
optionsNo
productNo
returnsNo
materialNo
productsNo
shippingNo
variantsNo
guaranteeNo
updatedAtNo
use_casesNo
ai_summaryNo
descriptionNo
launch_gateNo
limit_bytesNo
productTypeNo
size_pricesNo
availabilityNo
finish_guideNo
social_proofNo
customizationNo
featuredImageNo
ai_descriptionNo
compareAtPriceNo
localized_urlsNo
product_natureNo
proof_workflowNo
shipping_zonesNo
sustainabilityNo
descriptionHtmlNo
_response_budgetNo
active_promotionsNo
available_handlesNo
available_localesNo
quality_assuranceNo
supported_localesNo
language_ambiguityNo
product_comparisonNo
wall_art_launch_gateNo
configuration_contractNo
competitive_positioningNo
address_sign_launch_gateNo

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare read-only, open-world, and idempotent hints, but the description adds significant behavioral detail: default compact card shape, optional detailed payload contents, and a response-size cap that applies to both modes. It also distinguishes the compact vs. detail behavior precisely. No contradiction with annotations.

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 front-loaded with the core purpose and then organizes behavior by default and detail modes. Every clause adds information—return fields, mode conditions, and the response cap—without filler. Despite its density, the structure makes it easy to scan.

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

Completeness5/5

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

For a six-parameter search tool, the description covers all invocation modes, return shapes, and important constraints like the server response-size limit. With annotations and an output schema also available, nothing essential is missing for an agent to correctly call the 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%, so the baseline is 3. The description adds interaction semantics beyond the schema by clarifying that `detail` is only meaningful with `handle`, that default false returns the compact card shape, and by enumerating exactly which fields each mode returns. This goes beyond repeating schema descriptions.

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 states a clear verb and resource: search and browse Bolot Studio custom metal photo prints, and it details both the default compact card and the optional enriched detail response. This makes the tool's role unambiguous. It does not explicitly contrast itself with sibling search_products_task, so it stops short of full sibling differentiation.

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

Usage Guidelines4/5

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

The description gives practical usage guidance for parameter combinations: pass `handle` for a single product, add `detail: true` for the enriched record, and default to compact cards for all searches. It clearly explains the conditions under which `detail` matters. It does not say when to prefer alternatives like compare_products or search_products_task, so there are no exclusions.

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.9/5.0
Disambiguation3/5

Most tools hdistinct purposes, but search_products/search_products_task and check_photo_compatibility/check_photo_compatibility_task are direct-versus-task duplications of the same functionality. The descriptions note that one is task-based, so agents can tell them apart, but the overlap could still cause miselection.

Naming Consistency5/5

All tools use a consistent snake_case verb_phnoun pattern (get_, search_, check_, compare_, start_); task variants follow the same naming convention with a clear `_task` suffix. The convention is predictable and uniform.

Tool Count4/5

11 tools is within a reasonable range for a store assistant, and the scope covers discovery, comparison, recommendations, shipping, policies, and configuration. The two direct/task variant pairs add slight redundancy, making it feel a bit heavier than needed.

Completeness4/5

The tool surface covers core storefront workflows: product discovery/details, comparisons, recommendations, reviews, shipping, policies, photo compatibility, and configuration links. Snissing cart, checkout, or order-status tools feels acceptable if the server is scoped as a pre-purchase assistant, though those would be natural complements.

Resources