Skip to main content
Glama
DodoNic

wandpad-etsy-mcp

by DodoNic

Bestand eines Listings ändern (Stufe 2)

etsy_update_inventory

Update Etsy stock levels for entire listings or per variant. Use dry run to preview old-to-new quantities, then confirm to apply changes.

Instructions

Ändert den Lagerbestand (quantity) eines Listings - einheitlich ('quantity') oder individuell je Variante ('variation_quantities'). Erfordert IMMER eine Einzelbestätigung. dry_run:true (Standard) zeigt alt→neu je Variante.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMuss bei dry_run:false explizit true sein, NACHDEM der Nutzer die geplante Änderung im Chat ausdrücklich bestätigt hat. Ersetzt nicht die Rückfrage an den Nutzer.
dry_runNotrue (Standard): nur Vorschau der geplanten Änderung, es wird NICHTS auf Etsy geändert. false: führt die Änderung echt aus - erfordert zusätzlich confirm:true.
quantityNoNeuer Bestand für ALLE Varianten/Angebote dieses Listings.
listing_idYesNumerische Etsy Listing-ID.
variation_quantitiesNoAlternative zu 'quantity': individueller Bestand je Variante (offering_id).
Behavior4/5

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

Ohne Annotationen übernimmt die Beschreibung die Offenlegung sicherheitsrelevanter Verhaltensweisen: Sie betont die IMMER erforderliche Einzelbestätigung und den dry_run-Standard mit alt→neu-Vorschau. Das sind klare, nützliche Hinweise zur Mutationstransparenz, auch wenn Berechtigungen oder Fehlerfälle nicht angesprochen werden.

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?

Drei kurze Sätze, jeder mit eigener Information: Funktion, Sicherheitspflicht, dry_run-Verhalten. Keine Wiederholungen, kein Füllmaterial. Die wichtigste Information steht vorne.

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

Completeness3/5

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

Das Tool hat 5 Parameter, kein Output-Schema und eine mäßige Komplexität. Die Beschreibung deckt die zentralen Modi und Sicherheitsaspekte ab, lässt aber unerwähnt, dass laut Schema nur listing_id erforderlich ist und ohne Angabe von quantity/variation_quantities keine Änderung erfolgt. Eine kleine, aber relevante Lücke.

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?

Die Schema-Abdeckung beträgt 100%, daher ist die Beschreibung nicht gezwungen, einzelne Parameter zu erklären. Sie ergänzt jedoch die semantische Gruppierung 'einheitlich' vs. 'individuell je Variante' und den Vorschau-Effekt, was über das Schema hinausgeht, aber nicht substanziell.

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?

Die Beschreibung nennt das Verb 'Ändert' und die Ressource 'Lagerbestand eines Listings' und präzisiert zwei Modi ('quantity' vs. 'variation_quantities'). Dadurch ist der Zweck eindeutig und von den Geschwister-Tools wie etsy_update_price oder etsy_update_variations unterscheidbar.

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

Usage Guidelines3/5

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

Die Beschreibung erläutert wichtige Ausführungsbedingungen (Einzelbestätigung, dry_run-Standard), gibt aber keine explizite Anleitung, wann dieses Tool gegenüber Alternativen wie etsy_update_listing oder etsy_update_variations verwendet werden sollte. Die Nutzung ist eher implizit aus dem Fokus auf Lagerbestand ableitbar.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DodoNic/wandpad-etsy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server