Skip to main content
Glama

Search Products By Image URL

products.search.image_url
Read-only

Search PoloPan products using image_url and optional filters. Returns products with available in-stock sizes, pricing, and verified purchase URLs (https://s.polopan.com/p/{handle}).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
sizeNoArray of sizes to filter by
genderNoTarget gender filter: 'men', 'women', or 'unisex'
vendorNoList of brand names to filter by
sort_byNoSorting criteria for search resultsrelevance
image_urlYesPublicly accessible URL of the fashion image to search for visual matches
page_sizeNoNumber of items to return per page
price_maxNoMaximum price in local currency
price_minNoMinimum price in local currency
sort_orderNoSort order: 'asc' or 'desc'desc
personalizeNoWhether to apply personalized ranking

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
productsYesList of matching fashion products

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so no side-effect warning is needed. The description adds useful behavioral context beyond annotations by stating that returned products include available in-stock sizes, pricing, and verified purchase URLs with a concrete URL format. This helps the agent set expectations about the result set without contradicting the 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 a single, dense sentence that front-loads the core operation ('Search PoloPan products using image_url') and then adds the most important output expectations. No words are wasted, and it avoids repeating schema details that are already available.

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?

Given the tool has 11 parameters, 100% schema coverage, an output schema, and read-only annotations, the description supplies enough context to invoke it with confidence. It names the required input, indicates optional filters, and summarizes return value characteristics. It could be slightly stronger by explicitly naming when to prefer this over image_upload or text search, but that gap is partially addressed by the tool name and sibling list.

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 description coverage is 100%, and every parameter already has a meaningful description, so the baseline is 3. The tool description only says 'optional filters' without enumerating them, but that is acceptable because the schema fully documents each filter. It does not reveal additional parameter semantics 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 states a specific verb and resource: 'Search PoloPan products using image_url'. It also distinguishes itself from siblings like products.search.text and products.search.image_upload by explicitly tying the search method to an image URL. The mention of returned data (in-stock sizes, pricing, purchase URLs) makes the purpose concrete.

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 clearly implies this tool is for searching when an image_url is available, and optional filters can refine results. It does not explicitly contrast with products.search.image_upload or products.search.text, so it stops short of giving explicit when-not/alternative guidance. Still, the context is clear enough for an agent to select it among the image-related search siblings.

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.

Resources