Skip to main content
Glama

Vedar — Kamchatka travel

Прокат снаряжения

search_gear
Read-onlyIdempotent

Найти прокат туристического снаряжения на Камчатке из платформы TourHab с ценами за сутки. Используй когда турист спрашивает где арендовать/взять напрокат снаряжение: палатку, спальник, треккинговые палки, рюкзак, кошки, газовую горелку и т.д.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoЧто ищут: например "палатка", "спальник", "треккинговые палки", бренд
categoryNoКатегория снаряжения (если известна)
price_maxNoМаксимальная цена за сутки в рублях

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that results come from TourHab and include daily prices, but does not disclose other behavioral traits such as output format, pagination, or behavior with no query.

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?

Two sentences with no filler: the first states the action and scope, the second gives the usage trigger and concrete examples. Information is front-loaded and each sentence earns its place.

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

Completeness4/5

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

Given the low complexity (3 optional string parameters), rich annotations, and 100% schema coverage, the description is almost complete. It clearly covers purpose, trigger, and examples; the only minor gap is not describing the return list structure, but 'with daily prices' partially compensates.

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 parameters are already well documented. The description reinforces daily pricing and gives query examples, but does not add significant meaning beyond the schema.

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 uses a specific verb and resource ('find rental of tourist equipment in Kamchatka from TourHab with daily prices') and gives concrete item examples. It clearly distinguishes this tool from siblings like search_accommodations and search_transfers by focusing on gear rental.

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?

It explicitly states when to use the tool: 'Use when the tourist asks where to rent equipment' and provides examples. However, it does not mention when not to use it or name alternative tools, so it stops short of the highest rating.

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.