Skip to main content
Glama

Get Product Details

get_product_details
Read-only

Return full details for one product: INCI ingredient list, key ingredients, description, images, and brand-level certifications and claims.

Use when the user asks what a product contains, whether it includes or avoids a specific ingredient, or whether a brand's vegan, cruelty-free or organic status is certified. Get product_slug from search_beauty_prices.

Most cosmetic products have an INCI list; devices and accessories (mirrors, straighteners, brushes) do not.

certifications lists third-party certifications (e.g. Ecocert, Leaping Bunny, The Vegan Society). brand_claims_unverified lists statements made by the brand itself; present them as the brand's own claims.

Args: product_slug: The product_slug value from search_beauty_prices. country: Market - "se" (Sweden), "no" (Norway), "dk" (Denmark), "fi" (Finland). More markets may be added over time; get_service_info returns the current list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNose
product_slugYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds meaningful behavioral context: devices and accessories lack INCI lists, certifications are third-party while brand_claims_unverified are the brand's own statements, and the latter should be presented as claims. This goes beyond the annotations without contradicting them.

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 purpose and usage, then provides field-level semantics and product-type caveats. Every section earns its place: the INCI caveat, certification vs. brand claim distinction, slug source, and country list all add necessary information without filler.

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?

Given the tool's complexity, two parameters, output schema, and sibling context, the description is complete. It covers when to use the tool, how to obtain the required parameter, acceptable market values, and how to interpret certifications versus brand claims. It even handles the edge case of devices and accessories without INCI lists.

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

Parameters5/5

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

Schema description coverage is 0%, so the description carries the full burden for parameter meaning. It defines product_slug as the value from search_beauty_prices and enumerates all current country codes with the note that get_service_info returns the updated list. This fully compensates for the bare string-type schema fields.

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 opening sentence names a specific action ('Return full details') and resource ('one product') and enumerates the returned contents: INCI ingredient list, key ingredients, description, images, and brand-level certifications and claims. This clearly distinguishes it from sibling tools that search, compare, or list prices.

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?

The description explicitly states when to use the tool: when the user asks what a product contains, whether it includes or avoids an ingredient, or whether a brand's vegan/cruelty-free/organic status is certified. It also tells the agent to get product_slug from search_beauty_prices. However, it does not explicitly contrast with sibling list_key_ingredients or give negative usage cases, so it stops short of a full 5.

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