get_product_details
Get full details for one product by its slug, including pricing model and AI-native metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Product slug, e.g. 'axiom-zero' |
Get full details for one product by its slug, including pricing model and AI-native metadata.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Product slug, e.g. 'axiom-zero' |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavioral traits. It only says 'Get full details' without mentioning read-only status, error handling, response format, or any side effects. The added details about pricing model and AI-native metadata are content hints, not behavioral transparency.
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?
The description is a single, front-loaded sentence that immediately communicates the tool's purpose and key information. No wasted words.
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?
For a simple one-parameter lookup tool with no output schema, the description adequately covers the primary context: what it returns (full details, pricing model, AI-native metadata). It does not mention error cases, but given the simplicity and the single parameter, the description is sufficiently complete for invocation.
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?
Schema description coverage is 100%, so the parameter is already well-documented. The description adds 'by its slug' which reinforces the parameter's role but does not go beyond the schema's explanation. Baseline 3 applies.
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 clearly states the tool's function: retrieving full details for a single product by slug. It specifies the resource (product details) and a distinguishing scope ('one product by slug') that differentiates it from sibling tools like browse_catalog, which likely lists multiple 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 the tool is for fetching one specific product's full details, which is clear context for selection. However, it does not explicitly name alternatives or state when not to use it, so it stays at 'clear context, no exclusions' rather than full guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.