Skip to main content
Glama

Update a listing draft

update_listing_draft
Idempotent

Apply user corrections to a Vinted listing draft, changing only the fields you specify. Update draft details after review without altering the user's original wording.

Instructions

Applies the user's corrections to a draft. Only the fields you pass are changed. Use this after showing the draft to the user - never rewrite their wording on your own initiative.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo
priceNo
titleNo
colorsNoVinted requires at least one colour even though the form calls it optional.
statusNo
brandIdNo
draftIdYes
currencyNo
materialNo
brandNameNo
conditionNo
categoryIdNoNumeric id from find_category.
descriptionNo
categoryPathNoFull category path, used to drive the form dropdown.
Behavior4/5

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

Annotations already declare readOnly=false, idempotent=true, destructive=false. The description adds useful partial-update semantics ('Only the fields you pass are changed') and the ethical constraint about not rewriting user wording. This goes beyond the annotations without contradicting them.

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?

The description is two sentences with no filler. The first sentence states the core purpose, and the second adds the critical behavioral nuance. It is front-loaded and every word earns its place.

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?

Given the tool's complexity (14 parameters, no output schema) and rich sibling set, the description provides enough context for safe invocation: when to use, that it's a partial update, and that it's non-destructive. It could mention validation behavior or return format, but the annotations cover the safety profile, making this adequate.

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 only 21%, so the description must compensate for the many undocumented parameters. It provides a general partial-update rule that applies to all fields but does not explain individual fields beyond what the schema already offers. The names are somewhat self-explanatory, but the low coverage leaves significant room for misunderstanding.

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?

The description uses a specific verb ('Applies the user's corrections') and names the resource ('draft'). It also differentiates from siblings by emphasizing partial updates ('Only the fields you pass are changed') and by explicitly scoping to post-user-feedback usage. This is clear and distinct within the tool set.

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?

The description gives explicit usage context ('Use this after showing the draft to the user') and a behavioral constraint ('never rewrite their wording on your own initiative'). However, it does not mention any alternative tools or when not to use it, so it stops short of a full when/when-not pattern.

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/rachid598/mcpvin'

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