Skip to main content
Glama
neuratechcompany-ops

Kettu Marketplace Intelligence

Avito Self-Check

avito_selfcheck
Read-onlyIdempotent

Probes Avito search, card, and seller endpoints to detect structural drift. Returns success, drift_detected, or inconclusive status, separating parsing failures from transport blocks.

Instructions

Structural drift canary for Avito (tri-state: success / drift_detected / inconclusive). Runs live probes against search, card and seller endpoints.

A 403 firewall block or CDP-down is inconclusive (transport), NEVER drift: from a datacenter IP that is the expected state. Only a reached-200 JSON body that fails the parse smoke is drift.

Return Format

AvitoSelfcheckResponse: {status, healthy, connector, checks, server_version, server_started_at, process_id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksNoPer-subcheck results.
statusNoOverall verdict: success, drift_detected, or inconclusive.
healthyNoWhether all checks are healthy.
connectorNoConnector name.
process_idNoOS process id.
tool_countNoNumber of MCP tools registered on the server.
config_loadedNoWhether settings loaded successfully from env/defaults.
server_versionNoConnector server version.
server_started_atNoServer start timestamp (UTC ISO-8601).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.2

TDQS

A4.4/5.0
Behavior5/5

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

The description goes well beyond the annotations by explaining the precise drift criteria: 403 firewall blocks and CDP-down are inconclusive transport states, while only a reached-200 JSON body failing the parse smoke counts as drift. This is exactly the non-obvious behavioral context an agent needs.

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 well-structured and front-loads the core purpose and tri-state result, with important edge-case semantics following. The return-format section is slightly redundant given an output schema exists, but it does not meaningfully bloat the definition.

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 no-input read-only diagnostic with output schema and safety annotations provided, the description covers everything material: what it probes, how to interpret success, drift, and inconclusive results, and a return-format summary. No critical operational detail is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool takes zero parameters, and the input schema is an empty closed object, so there is no parameter semantics burden. The description does not introduce any parameter-related ambiguity; the baseline for zero-parameter tools applies.

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 states a specific purpose: a structural drift canary for Avito that runs live probes against search, card, and seller endpoints. It also names the tri-state result, making it clearly distinguishable from data-fetching siblings like avito_search, avito_card, and avito_seller.

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?

The selfcheck/canary framing implies when the tool should be used, and the probe targets are explicit. However, the description never directly says 'use this to verify Avito connector health instead of fetching marketplace data,' nor does it exclude scenarios or name alternatives.

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

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/neuratechcompany-ops/kettu-marketplace-mcp'

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