Skip to main content
Glama

recommend_products

Recommend in-stock public products by budget and/or keyword/category, cheapest first, with a simple combo suggestion. Gợi ý sản phẩm CÒN HÀNG theo ngân sách và/hoặc từ khóa/danh mục (rẻ trước) kèm gợi ý combo. Chỉ trả field công khai (giá VND).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 8, max 20).
budgetNoMax unit price in VND (optional). Ngân sách/giá tối đa mỗi SP (VND, tùy chọn).
keywordNoKeyword in product name (optional). Từ khóa trong tên SP (tùy chọn).
category_idNoLimit to a category id (optional). Giới hạn theo danh mục (tùy chọn).

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses meaningful traits: only in-stock items are considered, results are sorted cheapest first, a simple combo suggestion is included, and only public fields such as VND price are returned. It does not detail pagination or side effects, but for a recommendation read operation this is reasonable.

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 behavior stated first and the Vietnamese repetition adding accessibility. The bilingual duplication costs some brevity, but it remains concise and each part serves a clear audience.

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 0 required parameters, no output schema, and no annotations, the description covers the essential invocation behavior: filtering, ordering, combo behavior, and the public-data restriction. It could be more precise about the exact output shape, but it is sufficient for a low-complexity recommendation 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 descriptions cover all four parameters at 100%, so the description does not need to add much. It reinforces how budget, keyword, and category relate to the recommendation logic, but adds no meaning beyond the schema for limit.

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 action ('Recommend in-stock public products'), explicit filters ('by budget and/or keyword/category'), and distinctive behaviors ('cheapest first, with a simple combo suggestion'). This clearly separates it from siblings like search_products, latest_products, and similar_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?

It provides clear context for when to use the tool: when the user wants affordable, in-stock recommendations filtered by budget, keyword, or category. It does not explicitly name alternatives or exclusion conditions, so it stops short of the highest bar.

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

Product discovery tools such as best_sellers, latest_products, recommend_products, and similar_products have related listing purposes and could be confused, though descriptions clarify sorting and filtering criteria. Social-check tools also overlap: check_live_facebook, deep_inspect, and check_health_bulk can all verify Facebook accounts. Most tools are distinct, but the boundaries are not always crisp.

Naming Consistency4/5

The dominant convention is snake_case verb_noun, e.g. buy_product, search_products, list_categories, check_order_status. A few names deviate, such as best_sellers, latest_products, similar_products, how_to_start, and deep_inspect, but they are still readable and predictable.

Tool Count3/5

With 19 tools, the set falls into the 16-25 heavy range and could be trimmed: there are nine product-listing/search/recommend tools and three overlapping social-check tools. The count is not extreme, and the combined commerce-plus-verification scope is covered, but it feels heavier than necessary.

Completeness4/5

The core commerce workflow is complete: discover products, quote, confirm purchase, check order status, and view balance. Minor gaps include no order-history tool, no cancellation tool, and no actual top-up execution, but these are workaroundable for the stated shop purpose.

Resources