Skip to main content
Glama
icyberdeveloper

tbank-myt

Свободные места на парковке

parking_places
Read-onlyIdempotent

Check available parking spots at office buildings for a selected date. Obtain building list, booking window, and default vehicle to pick the right place.

Instructions

Свободные места на парковке офиса на дату (MyT, НЕ банк).

Пустая дата = завтра: бронь открывается заранее, и «сегодня» почти всегда уже поздно. building_id пустой = здание последней брони, иначе первое из списка.

Стоит 4 запроса (настройки, здания, прошлая бронь, рекомендации) — это ровно то, что нужно, чтобы ответить «где мне парковаться» одним вызовом: список зданий, окно бронирования, машина по умолчанию и сами места.

Дальше: parking_book(date, place_id) — id места это mapElementId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
building_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the annotations (which already mark it read-only and non-destructive), the description discloses that the tool internally makes 4 requests (settings, buildings, past booking, recommendations), which is a significant performance trait. It also explains the reasoning behind the date behavior and what the response includes (buildings, booking window, default car, spots).

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 a compact 4-sentence paragraph, front-loaded with the core purpose and free of fluff. Every sentence adds value: scope clarification, parameter defaults, internal behavior, and a pointer to the related booking tool. The structure is efficient despite the density.

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?

Given the tool's low parameter complexity and the presence of an output schema, the description covers everything needed: what it does, how parameters behave, what data it returns, and how to proceed to booking. The mention of the 4 internal requests and the parking_book linkage make it contextually complete.

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

Parameters5/5

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

The input schema has no descriptions (0% coverage), so the description carries the full burden. It explains both parameters: date defaults to tomorrow and why, and building_id falls back to the last booking or first building. This fully compensates for the schema's lack of detail.

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 returns free parking spots at the office for a given date, specifying it's for MyT, not the bank. This distinguishes it from sibling tools like parking_book (booking) and office_bookings. The phrase 'чтобы ответить «где мне парковаться»' reinforces the purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit guidance on default parameter behavior: empty date means tomorrow because booking opens in advance, and empty building_id uses the last booking's building or the first from the list. It also directs the user to parking_book for the next step, effectively saying 'use this to check availability, use parking_book to book'.

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/icyberdeveloper/tbank-myt'

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