get_product
Fetches a single product's details by providing its product ID or slug.
Instructions
Get one product by product_id or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | product_id or slug |
Fetches a single product's details by providing its product ID or slug.
Get one product by product_id or slug.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | product_id or slug |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It only states the action ('Get') without detailing return behavior, error handling, or permissions. For a read operation, the verb implies safety but does not explicitly disclose traits like 404 responses or full product object structure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One concise sentence with no extraneous words, front-loading the purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description adequately states the tool's purpose and required identifier, but lacks any mention of return format or error behavior. Given the tool's simplicity, it is minimally viable but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides 100% coverage of the parameter 'id' with the description 'product_id or slug'. The tool description repeats this information, adding no additional semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Get', identifies the resource as 'one product', and specifies the lookup key ('product_id or slug'). It clearly distinguishes from sibling 'list_live_products' which lists products.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when a single product is needed by ID or slug, providing clear context. However, it does not explicitly mention alternatives or when not to use, such as comparing with 'list_live_products'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Menoxcide/nf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server