Skip to main content
Glama
icyberdeveloper

tbank-myt

Мои брони в офисе

office_bookings
Read-onlyIdempotent

Retrieve office bookings for parking, workspace, and lockers starting from a specified date. Returns all future bookings from that date onward; cancellation handled in the MyT app.

Instructions

Мои брони в офисе: парковка, рабочее место, локеры (MyT, НЕ банк).

Пустая дата = сегодня. Возвращает брони НАЧИНАЯ с этой даты, а не только за неё — то есть одного вызова хватает, чтобы увидеть всё окно вперёд.

Отменить бронь парковки этот MCP не умеет: такого запроса нет, а угадывать метод и путь на живом сервисе нельзя. Отмена — в приложении MyT.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Beyond annotations (readOnlyHint, idempotentHint), the description adds valuable behavioral details: empty date means today, bookings are returned starting from that date (not just that date), and the tool cannot cancel parking. It also clarifies the MyT domain (not bank). This exceeds what annotations alone provide.

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 three short, focused paragraphs: purpose/scope, date behavior, and limitation. Each sentence contributes distinct value with no redundancy or fluff.

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 simple read-only tool with one optional parameter and an output schema present, the description covers the essentials: what it returns, how the parameter behaves, and a key limitation. The agent has enough to invoke it correctly.

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 only defines an optional string 'date' with a default, but the description fully explains the semantics: empty date = today, and the tool returns bookings starting from that date, not only for that date. This entirely compensates for the schema's 0% description coverage.

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 office bookings (parking, workspace, lockers) and explicitly says 'Возвращает брони' (returns bookings). It distinguishes itself from sibling tools by scope (office bookings vs. calendar events or parking place availability).

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?

The description explains the date semantics and one-call sufficiency, and explicitly states it cannot cancel parking bookings, directing users to the MyT app. However, it does not explicitly contrast with sibling tools like parking_book or calendar_cancel, relying on contextual implication.

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