Skip to main content
Glama

Check the Vinted session

session_status
Read-only

When a seller tool fails, verify if a Vinted session exists for the storefront. Reports 'absent' if never logged in or 'expired' if session lapsed, and prompts the human to re-login via command.

Instructions

Reports whether a usable Vinted session exists for a storefront, without throwing. Use it when a seller tool fails, to tell the user precisely whether they have never logged in (absent) or their session lapsed (expired). Logging in requires a human: they must run vinted-seller login --country <code> and sign in themselves in the window that opens. Never ask the user for their password.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoVinted storefront to use (fr, be, de, at, es, it, nl, pt, …). Defaults to the server's configured country.
Behavior5/5

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

Even with readOnlyHint=true, the description adds valuable behavioral context: 'without throwing' indicates error-handling behavior, and it explains the login requirement and explicitly instructs never to ask for the user's password, which is critical safety guidance.

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 three sentences, front-loaded with the main purpose, and each sentence earns its place: function, usage scenario, and login safety guidance. No waste or redundancy.

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

Completeness5/5

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

For a simple status-checking tool with no mandatory parameters and no output schema, the description is complete. It covers what the tool does, when to use it, what it returns (absent vs expired), and critical login instructions.

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?

The input schema already provides 100% coverage for the 'country' parameter, including its description and default behavior. The tool description adds no new parameter-level details beyond restating the country concept in the login command, so baseline 3 is appropriate.

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 clearly states the tool's function with a specific verb ('Reports') and resource ('usable Vinted session'), and explicitly differentiates it by noting it returns 'absent' vs 'expired' statuses without throwing, which no sibling tool does.

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

Usage Guidelines5/5

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

It provides explicit guidance on when to use: 'Use it when a seller tool fails, to tell the user precisely whether they have never logged in or their session lapsed.' This gives clear context and distinguishes it from any alternatives.

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