Skip to main content
Glama
k5tuck

SMB AI Command Platform MCP Server

by k5tuck

smb_price_comparison

Get detailed price comparisons for specific tracked products. Use a product ID obtained from listing tracked products.

Instructions

Get detailed price comparison for a specific tracked product. Use smb_list_tracked_products first to find product IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYesThe ID of the product to compare

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior2/5

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

No annotations exist, so description must disclose behavioral traits. It implies read-only by 'Get', but does not explicitly mention mutation safety, response format, or side effects. Minimal transparency beyond basic function.

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?

Two concise sentences: first states purpose, second provides usage prerequisite. No unnecessary words. Information is front-loaded and efficient.

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?

Given single parameter and no output schema, description covers necessary context for invocation: what it does and prerequisite. Lacks details on output format or error handling, but these are not critical for a simple retrieval tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description covers productId fully. Description adds context that it's for a 'tracked product', which is already implied by sibling tool names. Baseline score of 3 is appropriate given high schema coverage and no additional parameter elaboration.

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 verb 'Get' and resource 'detailed price comparison for a specific tracked product'. It distinguishes itself from siblings by mentioning using smb_list_tracked_products first, indicating it is a complementary tool. No ambiguity.

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?

Explicitly instructs to 'Use smb_list_tracked_products first to find product IDs', providing clear prerequisite. Lacks alternative or when-not-to-use guidance, but sufficient for a single-parameter tool.

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