Skip to main content
Glama

Get product details

get_product
Read-only

Use this when you have a product slug and need its full public profile on uneed.best: description, website URL, category, tags, pricing, open source status (open_source / repo_url), launch date, community stats (votes, rating, review count), Ahrefs Domain Rating (domain_rating, 0-100, null if not measured yet), active promo deals and social links. premium: true means the product currently pays for featured placement on the Uneed website — treat it as a disclosure, not a quality signal. url is the maker-supplied website link and may occasionally be an affiliate link; uneed_url is always the neutral Uneed listing. Find slugs with search_products, get_trending, get_recent_launches or get_alternatives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe product slug on uneed.best, e.g. "resend"

TDQS

A4.9/5.0
Behavior5/5

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

The description goes beyond the readOnlyHint annotation by disclosing important interpretive details: `premium` is a disclosure for paid placement, not a quality signal; `url` may be an affiliate link while `uneed_url` is neutral; `domain_rating` can be null if not measured. These behavioral nuances help the agent correctly rank and use the data without misleading users.

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 front-loaded with the core purpose, followed by a compact list of return fields, then targeted disclaimers, and finally a cross-reference to sibling tools. Every sentence earns its place without redundancy. It is dense but well-structured and easy to scan.

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?

The description fully covers the output semantics (fields, null handling, link trust), the input source (how to get slugs), and the tool's read-only nature (consistent with annotations). For a single-parameter read tool with no output schema, this is complete and leaves no critical gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents the single `slug` parameter with an example ("resend"). The description adds context on how to acquire a valid slug by referencing sibling tools, which is beyond raw syntax. Since schema coverage is 100% and the only param is clear, a 4 is appropriate for the added guidance.

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 tool's purpose: "Use this when you have a product slug and need its full public profile on uneed.best." It enumerates the specific data returned (description, website URL, category, tags, pricing, stats, etc.), distinguishing it from sibling tools like get_alternatives and search_products. The verb 'get' plus resource 'product' is explicit and unambiguous.

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

Usage Guidelines5/5

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

It explicitly states when to use the tool: "Use this when you have a product slug" and provides clear guidance on how to obtain slugs: "Find slugs with search_products, get_trending, get_recent_launches or get_alternatives." This distinguishes it from search/explore tools and gives actionable context.

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

There are two pairs of tools that essentially do the same thing with different output shapes: search/search_products and fetch/get_product. The descriptions try to separate them by use case, but an agent could easily pick the wrong one, making the boundaries unclear.

Naming Consistency3/5

Tool names mix bare verbs (fetch, search) with prefixed verbs (get_, list_) and include a compound form (search_products). While readable, the naming conventions are inconsistent and lack a single predictable pattern.

Tool Count4/5

With 9 tools, the count is reasonable for the domain, but the redundant pairs (search vs search_products, fetch vs get_product) suggest the set is slightly padded and could be consolidated to around 7 tools.

Completeness4/5

The server covers the core read operations for a product directory: search, product details, categories, deals, recent launches, trending, and alternatives. Minor gaps exist, such as no direct category browse without search, but overall the surface is sufficient for the stated purpose.

Resources