Skip to main content
Glama

get_recommendations

Obtient des recommandations de produits basées sur un panier (modèle Transformer WattHelper)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNoNombre de recommandations à retourner (1-10)
basketYesListe des SKUs dans le panier

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits beyond the core function. It doesn't clarify if this is a read operation, what the response format is, or any side effects. The mention of a Transformer model is a minor detail but not a behavioral disclosure.

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?

A single, focused sentence that delivers the core purpose without unnecessary words. Perfectly sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of an output schema and annotations, the description is minimal. It explains the basic function but doesn't cover return values, error conditions, or how recommendations are generated. Acceptable for a simple tool but not comprehensive.

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?

The input schema already provides full descriptions for both 'basket' and 'k' (100% coverage). The description adds no additional parameter semantics beyond restating the basket concept.

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 clear verb ('Obtient') and resource ('recommandations de produits'), and specifies the input context ('panier'). It clearly distinguishes from sibling tools like search_products and get_product.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The usage context is implied by 'basées sur un panier' — it should be used when the agent has a basket and wants recommendations. No explicit alternatives or exclusions are mentioned, but sibling tools are clearly different.

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