Skip to main content
Glama

Search products

search_products
Read-onlyIdempotent

Search live FastDrop products by name/tagline text and/or curated tag. Optionally filter to x402-payable services (listed in the Bazaar catalog). Results ranked by votes and include verification status (mcpVerified) and freshness where available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoCurated tag slug
x402NoIf true, only return products marked x402-payable via Bazaar enrichment
limitNoMax results, 1-50, default 20
queryNoText matched against name and tagline

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
productsYes

TDQS

A3.7/5.0
Behavior4/5

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

Description adds behavioral context beyond annotations: results ranked by votes, include verification status and freshness. It also mentions 'live' products and optional x402 filtering. No contradiction with readOnlyHint, idempotentHint, etc.

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?

Two dense sentences, front-loaded with core action, no fluff. Could slightly improve by separating filter and ranking details, but overall efficient.

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 an output schema exists, the description covers key output fields (verification, freshness) and ranking. Mentions pagination implicitly via limit. Sufficient for agent to understand tool behavior.

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 baseline 3. Description explains query/tag matching and limits, but does not add significant new semantic detail beyond what the schema already provides (e.g., parameter names, descriptions).

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 the purpose: search live FastDrop products by text, tag, or both, with optional filter and ranking. It distinguishes itself from siblings like get_product (single product) and list_* (list all) by being a search tool.

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?

No guidance on when to use this tool versus siblings like find_tools or list_launches. The description implies it's for searching products, but does not specify when to prefer this 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 has a clearly distinct purpose: searching by capability, getting product details, listing comments, launches, reviews, and searching by text/tags. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (find_tools, get_product, list_comments, list_launches, list_reviews, search_products), with clear and predictable verbs.

Tool Count5/5

Six tools is appropriate for a product discovery server, covering search, detail retrieval, and listing of associated data without being excessive or insufficient.

Completeness5/5

The tool set covers the core operations for the domain: searching, viewing individual products, and browsing launches, comments, and reviews. No obvious gaps for a read-only discovery service.

Resources