Skip to main content
Glama

hac_catalog_sync

Synchronize a source catalog version to a target version to propagate content changes across SAP Commerce catalogs, keeping staged and online data aligned.

Instructions

Triggers synchronization from source catalog version to target catalog version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
catalog_idYes
source_versionNoStaged
target_versionNoOnline

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.0.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It says it 'triggers' synchronization but does not disclose whether the target version is overwritten (destructive), whether the operation is async/long-running, what permissions are required, or whether it is reversible. With the default target being 'Online', the destructive implication is left entirely unexplained.

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?

A single front-loaded sentence with no filler or redundancy. It is efficient, though its brevity is partly the source of the specification gaps rather than pure discipline.

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?

An output schema exists so return values need not be explained, but for a mutation tool with zero annotations and zero schema coverage the description is too thin. It omits destructive/async behavior and parameter meaning that an agent needs before invoking it.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for all three parameters. It only loosely maps to source_version and target_version and says nothing about catalog_id, the default values 'Staged'/'Online', or accepted version values.

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 gives a specific verb ('Triggers synchronization') and resource ('catalog version'), and even specifies the direction from source to target. It is clear what the tool does, but it makes no attempt to distinguish itself from siblings like hac_impex_import or hac_solr_reindex.

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?

There is no explicit when-to-use or when-not-to-use guidance, and no alternatives are named. The agent must infer that this is for content/catalog version promotion, with no help deciding between this and other synchronization-ish siblings.

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