Skip to main content
Glama

get_product

Return full detail for a single CalmActiva product by Shopify handle (e.g. 'cbd-olie-10-full-spectrum'). Includes description, images, variants, price, availability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesShopify product handle (slug)

TDQS

A4.2/5.0
Behavior3/5

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

No annotations, but description lists included fields (description, images, variants, price, availability), indicating read-only behavior. Lacks mention of authentication or rate 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?

Single sentence with example, front-loaded with verb and resource. No extraneous information.

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 retrieval tool with one parameter and no output schema, description adequately covers returned fields. No mention of errors or pagination, but forgivable.

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?

Schema coverage is 100% with handle described as slug. Description adds example value and context, improving understanding beyond schema.

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?

Clearly states it returns full detail for a single product by Shopify handle, with example. Distinguishes from siblings like list_products for listing.

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?

Implies usage for retrieving a single product by handle. Context of sibling tools provides differentiation but no explicit when-not-to-use or alternatives.

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

A4.1/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: brand facts, FAQ, product details, server health, and product listing. No overlap in functionality.

Naming Consistency4/5

Most tools follow 'get_' or 'list_' verb_noun pattern, but 'health' is just a noun, which breaks the consistency slightly.

Tool Count5/5

5 tools is an ideal scope for a brand/product info MCP server—covers all essential queries without being excessive or insufficient.

Completeness4/5

Covers brand facts, FAQs, product details, and listing. Minor gap: no search or filter capability, but core workflows are supported.

Resources