Skip to main content
Glama

search_sbkts

Search СБКТС (vehicle safety certificate).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinNoVIN (10-17 chars; substring/exact).
fuelNoEngine fuel type, one of: 'бензин', 'дизель', 'газ', 'электро', 'водород'.
pageNo1-based page index.
typeNoType.
yearNoManufacture year (YYYY).
brandNoBrand.
motorNoElectric motor model, full or partial.
engineNoICE engine model, full or partial.
issuerNoTesting lab name — auto-resolved to id (or pass numeric id). See list_test_labs.
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. Changed2 schema fields changed
    • changedInput schema / properties / engine / description
      Previous value: -"ICE engine model (icontains)."New value: +"ICE engine model, full or partial."
    • changedInput schema / properties / motor / description
      Previous value: -"Electric motor model (icontains)."New value: +"Electric motor model, full or partial."
  3. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations provided, and the description does not disclose any behavioral traits such as pagination behavior, result format, or any side effects. Even with an output schema, the agent needs clues about how the search operates (e.g., concurrency, rate limits, data freshness).

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?

Single, clear sentence that states the tool's purpose. Highly concise and front-loaded, though could benefit from a brief note on common use cases or return value summary.

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 20 parameters, an output schema, and no required fields, the description is minimally adequate. However, it lacks examples, parameter interaction guidance (e.g., AND vs OR logic), and any mention of how to handle large result sets beyond pagination parameters.

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 coverage is 100% with detailed descriptions for each parameter, including auto-resolution behavior for some fields (e.g., issuer, eco_class, axis_count). The tool description itself adds no extra parameter context beyond the schema, which is acceptable given full coverage.

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

Purpose4/5

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

Description clearly states the tool searches for vehicle safety certificates (СБКТС), which is a specific document type. This distinguishes it from sibling tools like search_certificates or search_declarations, though it could be more explicit about the search scope.

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 on when to use this tool versus alternatives (e.g., search_certificates, search_declarations). No mention of prerequisites, parameter combination logic, or when not to use it. Agents lack context for proper tool selection.

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.