Skip to main content
Glama

Defici Marketplace MCP Server

search_listings

Search active listings on Defici.com global marketplace. Returns paginated results. Contact details are not included — this is a read-only discovery tool. IMPORTANT: prices are raw numbers with no confirmed currency unit (varies by market, not captured at ingest). Do not treat price as a specific denomination or compare values across listings. Each listing in the results array includes a currency_note field explaining that currency is omitted and where the market nominal currency reference can be found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree-text search query (matches title and description)
cityNoCity name filter (partial match, case-insensitive).
pageNoPage number for pagination (default: 1).
limitNoResults per page (default: 20, max: 30).
marketNoMarket/region filter. Use get_regions for valid IDs (e.g. global, dubai, india, lithuania, nigeria). Default: global (all markets).
categoryNoCategory filter. Use list_categories to get valid IDs (e.g. JOBS, CARS_VEHICLES, PROPERTY_RENT, MOBILES_ELECTRONICS). Human-friendly aliases also accepted (e.g. "cars", "jobs", "electronics").
price_maxNoMaximum price filter. Prices are raw numbers with no confirmed currency unit — do not assume denomination.
price_minNoMinimum price filter. Prices are raw numbers with no confirmed currency unit — do not assume denomination.

TDQS

A4.4/5.0
Behavior5/5

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

No annotations are provided, so the description carries full burden. It excellently discloses the critical caveat that prices are raw numbers with no confirmed currency unit, explicitly warns against treating price as a specific denomination or comparing values, and even explains the currency_note field structure in results. This is valuable behavioral context beyond what the schema provides.

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 front-loaded with purpose and reasonably compact. It packs significant value into a few sentences, with the critical currency caveat getting prominent placement. Slightly redundant with the price_max/price_min parameter descriptions that repeat the currency warning, but overall efficient.

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?

Given no annotations and no output schema, the description carries substantial burden and handles it well. For an 8-param discovery tool with pagination and cross-market nuance, it covers the critical behavioral caveats (currency ambiguity), return structure (paginated, currency_note field), and safety profile (read-only). The mix of data-quality disclosure plus result-shape guidance is strong for a complex tool.

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%, so the baseline is 3. The description adds contextual meaning for price parameters (warning currency issues) and references get_regions and list_categories for market/category valid values, which complements the schema. However, most parameter semantics are already well-covered by the input schema descriptions themselves.

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 'Search active listings on Defici.com global marketplace' with a specific verb and resource, and distinguishes itself from siblings by noting it returns paginated results and does not include contact details. It's distinct from get_listing (single-item fetch), get_regions, and list_categories.

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 brands this as a read-only discovery tool and notes that contact details are not included, which helps agents know when NOT to use it (e.g., for contacting sellers). However, it doesn't explicitly name sibling alternatives like get_listing for a single result, or explicitly state when to choose it over other tools.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a clearly distinct resource or operation: listing search, listing detail, regions, categories, modules, platform overview, and subscription info. The descriptions also explicitly prevent confusion, such as noting that get_platform_overview is not a listings search result.

Naming Consistency4/5

Tool names follow a readable snake_case verb-first pattern: get_ for detail/info tools, list_ for enumerations, and search_ for queries. The main inconsistency is get_regions returning a full list while list_categories and list_modules use the list_ prefix for the same kind of enumeration.

Tool Count5/5

Seven tools is well-scoped for a read-only marketplace discovery server. Each tool provides a necessary capability without redundancy, and the count stays comfortably in the ideal range.

Completeness5/5

For its stated read-only discovery purpose, the surface is complete: search active listings, fetch listing details, retrieve region and category taxonomies, and understand platform context, modules, and subscription capabilities. No obvious dead ends or missing core operations exist within the declared scope.

Resources