Skip to main content
Glama
rachid598

leboncoin-seller-mcp

by rachid598

Diagnose the server

diagnose
Read-only

Diagnose tool failures by inspecting server configuration, enabled backends, request pacing, and block/rate-limit counts, plus local storage details. Distinguish causes like DataDome blocks from missing profile creation.

Instructions

Reports how this server is configured and what it has been seeing: which read backends are enabled and which are usable right now, the request pacing, how many requests have been made, how many were blocked or rate-limited, and where the local storage lives. Reach for this when tools are failing and you want to tell the user why - for instance to distinguish "DataDome is refusing everything" from "no profile has been created yet". Makes no request to Leboncoin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoLeboncoin site to use (fr). Defaults to the server's configured site.
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description reinforces this by stating it 'Reports' and 'Makes no request to Leboncoin', adding useful behavioral context beyond the annotation. It does not detail potential side effects or permissions, but for a read-only diagnostic tool the added context is sufficient.

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: the first packs the tool's outputs into a clear list, and the second provides a practical use case. Every sentence earns its place with no filler or repetition.

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 read-only diagnostic tool with no output schema, the description is complete: it explains what the tool reports, when to use it, and explicitly notes it makes no external request. This is sufficient for an agent to select and invoke it correctly.

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 has 100% description coverage for the single optional 'country' parameter, so the schema already explains it. The tool description does not add any parameter-specific semantics, but the baseline of 3 applies because the schema carries the full burden adequately.

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 purpose with a specific verb ('Reports') and a well-defined resource: the server's configuration and observed activity. It lists concrete outputs (read backends, request pacing, blocked/rate-limited counts, storage location) and distinguishes itself from siblings by noting it makes no request to Leboncoin.

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 when-to-use guidance: 'Reach for this when tools are failing and you want to tell the user *why*'. It also provides a concrete example of diagnostic discrimination. However, it does not name alternative tools or explicitly state when not to use it, so it stops short of a 5.

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/mcplebon'

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