Skip to main content
Glama
Rbillon59

vinted-mcp-server

by Rbillon59

search_items

Search Vinted marketplace for second-hand items. Returns matching listings with price, brand, size, and seller details.

Instructions

Search for items on the Vinted marketplace. Returns a list of items matching the query with prices, brands, sizes, and seller info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 1)
orderNoSort orderrelevance
queryYesSearch query (e.g., 'nike air max', 'robe vintage')
per_pageNoResults per page (default: 20, max: 96)
price_toNoMaximum price filter
size_idsNoSize IDs (comma-separated)
brand_idsNoBrand IDs (comma-separated)
color_idsNoColor IDs (comma-separated)
price_fromNoMinimum price filter
status_idsNoCondition IDs (comma-separated): 6=New with tags, 1=New, 2=Very good, 3=Good, 4=Satisfactory
catalog_idsNoCatalog/category IDs (comma-separated)
Behavior3/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 does note the tool 'Returns a list of items' which implies a read-only operation, but it doesn't disclose max page depth, rate limits, result count caps, or pagination behavior beyond what the schema already states. Adequate but not rich.

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?

The description is a single efficient sentence that states purpose and return content in under 25 words with zero wasted text. It's front-loaded with the action verb and resource. Could marginally add sibling differentiation but is otherwise concise.

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?

With 11 parameters and no output schema, the description covers the high-level purpose but misses any guidance on how the filters interact or what the default behavior is. Given good schema coverage and no nested objects, a full 'list' tool with pagination is moderately complex; the description is acceptable but would benefit from noting that filters combine additively or similar.

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%, hitting the >80% baseline for a score of 3. All 11 parameters already have individual descriptions in the schema, so the tool description adds little param-level value. However, the status_ids parameter uses inline-code style for the enum mapping which is already embedded in the schema, so no compensatory info is needed.

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+resource ('Search for items on the Vinted marketplace') and clearly distinguishes its purpose from siblings like get_item_details, get_user_profile, and search_brands. It also summarizes the return set (prices, brands, sizes, seller info), making the tool's scope immediately obvious.

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?

The description gives no guidance on when to use this tool versus its siblings. There's no mention of alternatives (e.g., search_brands for brand lookups, get_item_details for single-item info) or exclusions. Placement of intended use is absent.

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/Rbillon59/vinted-mcp-server'

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