Skip to main content
Glama

search_zoets

Search ЗОЕТС (vehicle technical expertise conclusion).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinNoVIN (10-17 chars).
fuelNoEngine fuel type, one of: 'бензин', 'дизель', 'газ', 'электро', 'водород'.
pageNo1-based page index.
typeNoType.
yearNoManufacture year.
brandNoBrand.
motorNoElectric motor model.
engineNoICE engine model.
issuerNoTesting lab name — auto-resolved to id (or pass numeric id).
numberNoЗОЕТС number.
date_toNoIssue date to (YYYY-MM-DD).
categoryNoVehicle category.
comm_nameNoCommercial name.
date_fromNoIssue date from (YYYY-MM-DD).
eco_classNoEcological class — '5' or name; auto-resolved to reference id.
page_sizeNoRows per page (max 50).
axis_countNoAxle count (e.g. '2') or exact 'axes / wheels' (e.g. '2 / 4') — auto-resolved to reference id. A bare axle count may match several wheel configs; then candidates are returned to pick from.
powertrainNoPowertrain type: 'ice' (combustion), 'hybrid', 'electric'.
motor_powerNoMotor power (kW).
wheel_formulaNoWheel formula (e.g. '4x2'); auto-resolved to reference id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / fuel
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Engine fuel type, one of: 'бензин', 'дизель', 'газ', 'электро', 'водород'.",
      +  "title": "Fuel"
      +}
    • addedInput schema / properties / powertrain
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Powertrain type: 'ice' (combustion), 'hybrid', 'electric'.",
      +  "title": "Powertrain"
      +}
  2. First observed

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It merely says 'Search', implying a read operation, but offers no details about pagination, filtering behavior, or potential side effects. Given the 20 parameters, the description lacks essential behavioral context.

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 sentence with no wasted words. It conveys the core action and resource. While very brief, it is efficiently structured, though it could benefit from slight expansion.

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

Completeness2/5

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

Despite an output schema existing, the description for a 20-parameter search tool is incomplete. It does not explain typical search strategies (e.g., when to use VIN vs. other filters) or how results are aggregated. The minimal description leaves significant gaps for effective tool invocation.

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%, so the input schema fully documents all 20 parameters. The description adds no extra meaning beyond 'Search'. Baseline 3 is appropriate since the schema already handles param semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Search ЗОЕТС (vehicle technical expertise conclusion)', which identifies the resource as a vehicle technical expertise conclusion. However, the abbreviation 'ЗОЕТС' is not widely recognized, and the description does not differentiate it clearly from sibling tools like search_otts or search_certificates. The purpose is vague for an unfamiliar agent.

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?

No guidance is provided on when to use this tool versus the many sibling search tools. There is no mention of typical use cases, contexts, or alternatives. The agent must infer usage from the tool name alone.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.