Skip to main content
Glama

Get a ClickBank product

get_product
Read-only

Retrieve a single ClickBank product using its SKU and site nickname. Provides product details for the specified SKU within the given site.

Instructions

Get one product by SKU and site nickname.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYes
siteYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description is consistent with that. It adds modest scoping detail (a single product keyed by SKU and site nickname), but does not cover error or not-found behavior; no contradiction exists.

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?

One short sentence, front-loaded with verb and resource, with no filler. It efficiently packs the distinguishing 'one' and both identifying criteria.

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 read-only lookup with two required string parameters, the description is largely sufficient. It lacks return-value details, but no output schema is provided and the operation is straightforward.

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 descriptions are absent, so 'by SKU and site nickname' is the only semantic explanation. It clarifies that 'site' means site nickname and 'sku' is the product key, adding value beyond bare string property names.

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?

States a clear verb ('Get'), resource ('product'), and retrieval key ('SKU and site nickname'). The word 'one' distinguishes it from list_products, while the resource differentiates it from order, ticket, and analytics siblings.

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?

No explicit when-to-use or alternative routing is given. The singular 'one product' implies it is for fetching a specific product by known identifiers, but it does not mention list_products or when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/renatodts/clickbank-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server