Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

pandamart_store_search

Search a pandamart darkstore's full catalog by keyword to get real-time prices, stock, and availability. Supports sorting and pagination for complete product discovery.

Instructions

Search for products within one pandamart darkstore. Searches by keyword within one darkstore's own catalog -- the pandamart equivalent of the search box on a darkstore page. Unlike the product showcase's curated shelves, this reaches the store's full catalog by keyword. Returns matching products with real prices, stock, and availability, plus total_products and has_more for pagination via page/limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesDarkstore code, from /pandamart/search's code field
pageNo1-based result page (default 1)
sortNoResult order. One of RELEVANCE, PRICE_ASC, PRICE_DESC. Defaults to RELEVANCE.
limitNoProducts per page, clamped to 10-50 (default 20)
queryYesProduct search text
marketNoDelivery Hero market the store belongs to. One of sg, pk, bd, hk, my, ph. Defaults to sg.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explains that results include real prices, stock, availability, plus total_products and has_more for pagination. This clearly conveys that it is a read-oriented search operation and what the caller can expect back.

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 compact and front-loaded with the core purpose. The first two sentences are somewhat redundant ('Search for products' vs 'Searches by keyword'), but the contrast with the curated showcase and the output summary earn their place.

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 search tool with no output schema, the description covers what is needed: scope (single darkstore), search mechanism (keyword), what results contain (prices, stock, availability), and pagination fields. Combined with the fully documented schema, an agent has enough context to select and invoke this tool correctly.

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 already documents all six parameters. The description adds only broad behavior — keyword search and pagination via page/limit — without adding parameter-specific meaning beyond what the schema already states.

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 uses a specific verb and resource: 'Search for products within one pandamart darkstore.' It also differentiates itself from the curated product showcase by stating it reaches the store's full catalog by keyword, making it easy to distinguish from sibling tools like pandamart_store_products.

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 clear context: this is the keyword-based search over one darkstore's full catalog, equivalent to the search box on a store page. It mentions an alternative approach ('the product showcase's curated shelves') without explicitly naming a sibling tool, so it stops short of a full when-to-use versus when-not-to-use statement.

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

Install Server

Other Tools