Skip to main content
Glama

best-electric-products

recommend_product

Recommend the best product for a described use case and optional budget. Returns a top pick with reasoning plus alternatives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional category slug to restrict to
use_caseYesWhat the buyer needs, e.g. 'commuting 10 miles daily in a hilly city' or 'backup power for a fridge during outages'
budget_usdNoOptional budget in USD

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/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 full burden of behavioral disclosure. It clearly states that the tool returns a top pick, includes reasoning, and provides alternatives. This gives an agent a solid understanding of the operation's behavior, though it does not describe edge cases like budget handling or output limits.

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?

The description is two sentences with no filler. It front-loads the purpose and follows with the output behavior, making it easy to parse quickly.

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?

For a simple tool with three well-documented parameters and a verbally described output, the description covers the essential information. It could be slightly more complete by clarifying what kind of alternatives are returned or how choices are ranked, but nothing critical is missing for basic invocation.

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 schema already documents all three parameters clearly. The description adds contextual meaning for 'use case' and 'budget' but does not add semantics beyond the schema for the 'category' parameter. Baseline 3 is appropriate.

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 ('Recommend') and resource ('best product') and clearly defines the input conditions ('described use case and optional budget'). It also states the output format ('top pick with reasoning plus alternatives'), which distinguishes it from sibling tools like search_products or compare_products.

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 description implies the tool should be used when a buyer describes a use case and wants a curated recommendation, but it does not explicitly state when to prefer it over alternatives such as search_products, compare_products, or get_product_details. The usage context is clear but no exclusions or alternative routing are provided.

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