Skip to main content
Glama

banquets__get_reserve_available_organizations

Read-only

Find organizations available for banquet reservations. Pass organization IDs to filter which venues are available.

Instructions

Организации, доступные для резервирования. Где взять ID: organizationIds → organizations__get_organizations. Троттлинг MCP-сервера (не лимит iikoCloud): не чаще 20 запрос(ов) за 60 с — кэшируйте результат в диалоге.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context beyond annotations: a concrete MCP-server throttle limit (20 requests per 60 seconds) and a caching recommendation. This is valuable operational transparency, though it does not describe response contents or pagination.

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 two sentences with no filler. It front-loads the purpose, then gives the ID source, then the throttling/caching constraint. Every clause earns its place and the information is easy to scan.

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?

For a read-only listing tool, the core is covered: purpose, ID source, and throttling/caching. But it lacks explicit usage guidance, an explanation of the required 'request' object structure, and any indication of the output format (no output schema exists). It is adequate but leaves several gaps an agent must resolve via schema or trial.

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

Parameters2/5

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

The description adds useful meaning to organizationIds by pointing to organizations__get_organizations as the source of IDs. However, it does not explain the required 'request' wrapper object or the other nested fields (includeDisabled, returnExternalData, returnAdditionalInfo). With schema description coverage reported at 0% for the top-level parameter, the parameter semantics are under-specified.

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?

The description states the resource (organizations) and the scope ('available for reservation') in the opening phrase. It also references organizations__get_organizations as the source for IDs, which helps differentiate it from the general organizations tool. However, it uses a noun phrase rather than an explicit verb like 'get' or 'list', so it is clear but not maximally explicit.

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?

There is no guidance on when to use this tool versus alternatives or when not to use it. The description only provides an ID-source pointer (organizations__get_organizations) and throttling/caching advice. Usage is implied by the purpose but never explicitly stated, and no sibling or alternative tools are mentioned.

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

Deploy Server

Other Tools