Skip to main content
Glama
Javiervalladares1

compu-ai-mcp

get_product_details

Read-only

Retrieve comprehensive product details by SKU, including specifications, pricing, promotions, warranty, and stock availability with location information.

Instructions

Full detail of one product by SKU: specifications, price, promotion, warranty and stock by condition and location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYesProduct SKU, e.g. LAP-ACR-A515.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior4/5

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

The description and readOnlyHint align: the tool is a read-only lookup with no side effects. It does not detail error cases or response format, but the read-only nature is clear and no contradictions exist.

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 a single, compact sentence that efficiently communicates purpose and scope without extraneous detail. The list of included attributes is well organized and easy to parse.

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?

The description gives enough detail for an agent to know what information will be returned, even without an output schema. It lacks explicit mention of return format or error behavior, but for a simple SKU lookup the context is sufficiently complete.

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?

The single sku parameter is fully explained with a concrete example and is consistent with the description's 'by SKU' phrasing. The schema covers 100% of the parameter, so no semantic gaps remain.

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 retrieves full product details by SKU, enumerating specifications, price, promotion, warranty, and stock by condition and location. This distinguishes it from narrower siblings like get_current_price or check_availability.

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?

The description implies when to use the tool (when full product detail by SKU is needed), but it does not explicitly contrast it with alternatives such as search_products, get_current_price, or compare_products. There is no direct 'use this instead of X' guidance, though the scope is inferable.

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

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/Javiervalladares1/compu-ai-mcp'

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