Skip to main content
Glama

commerce_catalog_sync

Destructive

Sync product catalogs across commerce systems by submitting a free-text objective and optional structured inputs to the domain agent. Resolves catalog inconsistencies under your tenant and company scope.

Instructions

Run the commerce domain agent action catalog_sync.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.6/5.0
Behavior2/5

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

The description does not disclose any side effects, data mutations, or destructive behavior beyond the annotation's destructiveHint. It fails to explain what happens when the action runs, such as whether it modifies catalog entries or triggers downstream processes.

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

Conciseness2/5

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

The description is extremely short but not informative. It wastes space on boilerplate about routing through a dispatcher without providing any concrete details about the action's purpose or execution.

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

Completeness1/5

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

Given the tool's apparent domain (commerce catalog sync) and the presence of many sibling tools, the description is severely incomplete. It lacks example usage, expected input format, output shape, or any indication of error conditions. An agent would be unable to invoke it effectively.

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

Parameters1/5

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

The schema parameters (message and inputs) are completely undocumented. The description adds no meaning to the fields, leaving an agent to guess what a 'free-text objective' or 'JSON string of structured inputs' should contain for a catalog_sync operation.

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

Purpose2/5

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

The description states it runs a catalog_sync action but does not explain what that action does, why it exists, or how it differs from sibling tools. It is generic and relies entirely on the action name for meaning.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool, what message content or input structure is expected, or what alternatives might be more appropriate. The description offers no practical usage context.

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

Deploy Server

Other Tools