Skip to main content
Glama

Depureco Industrial Vacuum Explorer

configureProduct

Find products matching a need. E.g.: "wood dust in Atex zone 22", "CNC oil 280L".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (1-25, default 10)
powerNoProduct power value as returned by getFilterOptions.powerValues
usageNoCanonical slug for usage mode
sectorNoCanonical slug for industrial sector
zoneTypeNoCanonical slug for zone type
structureNoCanonical slug for structure
motorPowerNoMotor power value as returned by getFilterOptions.motorPowerValues
applicationNoCanonical slug for application / vacuumable material
certificateNoCanonical slug for certification
powerSupplyNoCanonical slug for power supply
productTypeNoCanonical slug for product type
productCategoryNoCanonical slug for product category
collectionSystemNoCanonical slug for collection system
collectionCapacityNoCanonical slug for collection capacity
filterCleaningSystemNoCanonical slug for filter cleaning system

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description must fully explain behavior. It fails to disclose what the tool returns (e.g., product IDs vs full product data), whether it requires canonical slugs from getFilterOptions, or if it performs any side effects. The 'configure' name suggests mutation, but description indicates search, creating ambiguity.

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

Conciseness3/5

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

The description is brief and front-loaded, but for a tool with 15 optional parameters and no output schema, it is under-specified. The example is valuable, but the structure lacks necessary detail about parameter combinations or return format.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (15 optional filters, no output schema, no annotations), the description is insufficient. It doesn't explain the return value, how filters are combined, or how the natural-language example maps to structured parameters. This leaves significant ambiguity for an AI agent.

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 100%, so baseline is 3. The description itself adds no parameter-specific meaning, though the example query hints at natural-language usage. Parameters like 'power' refer to getFilterOptions values, but this is only in the schema, not the main description.

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?

The description clearly states the tool finds products matching a need, with concrete examples. It distinguishes from sibling tools that fetch filter options, though it doesn't explicitly differentiate. The name 'configureProduct' is slightly misleading, but the description resolves it.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool vs alternatives. The examples imply use cases but don't explain prerequisites like fetching filter options first, or mention that getProductData is for retrieving product details. No exclusions or alternative tool references.

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.