Skip to main content
Glama

AutoID

List AutoID product variants

list_product_variants

Lists exact SKUs belonging to an AutoID grouped product. Default availability=available. AutoID stock is prioritized before distribution-only stock. Use availability=all only when the user explicitly needs unavailable configurations too. Each returned commercial card can expose pricing.ron_display with ex-VAT and inc-VAT WooCommerce RON values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
modelYesGrouped product SKU/model, for example MC9300.
offsetNo
availabilityNoavailable

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and does meaningful work: it discloses the default availability filter, the stock-ordering priority (AutoID stock before distribution-only stock), and the shape of returned commercial cards including pricing fields. It omits pagination behavior and truncation semantics for limit/offset.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four compact sentences with the core purpose and default filter front-loaded, then the availability rule, then return details. Every sentence conveys information; there is no filler or restatement of the title.

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 read-only list tool with no output schema, the description supplies the default scoping, ordering behavior, and the shape of returned card pricing, which is the right level of detail. Minor gaps remain around pagination and the non-default availability enum values, but an agent can invoke it correctly from this.

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 coverage is only 25% (only 'model' is documented), so the description must compensate. It adds useful semantics for availability (default value and the specific condition for 'all'), but says nothing about limit, offset, or the meaning of the autoid/supplier/out_of_stock enum values, leaving half the parameters unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('Lists exact SKUs belonging to an AutoID grouped product'), which is clearly distinct from generic product search or group-fetch siblings. It scopes the operation to AutoID grouped products, though it does not explicitly name the sibling tool (get_product_group) an agent might confuse it with.

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?

Gives an explicit when-to-use rule for the availability parameter: use availability=all 'only when the user explicitly needs unavailable configurations too,' and states the default is available. No alternative tools are named and no prerequisites are stated, so it falls short of full routing guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources