Skip to main content
Glama
h-kazuki-pixel

booking-gap MCP Server

Compare booking settings

booking_gap_simulate
Read-onlyIdempotent

Test alternative booking configurations to quantify changes in structural dead time, comparing each scenario against the baseline with delta and optional monetary impact.

Instructions

Re-run the gap analysis under several booking configurations and compare how much structural dead time each one produces.

The first scenario is the baseline; every other scenario reports its delta against it. This answers questions like "if I allowed 30-minute bookings instead of 60, how many hours would stop being structurally unsellable".

Args:

  • the same booking data and openingHours as booking_gap_analyze

  • scenarios (required): array of { label, minBookingMinutes?, slotGranularityMinutes?, turnoverMinutes? }. Any omitted field falls back to the top-level setting, so scenarios can vary one dimension at a time.

Returns a comparison table of dead time, delta versus baseline, and fragmentation rate, optionally valued at hourlyRate.

Important: recovered minutes are an upper bound. They show what becomes sellable, not what will sell. This tool deliberately does not pick a winner — shorter slots also change price positioning and cleaning load, and those trade-offs belong to the operator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookingsNoBookings as structured objects. Provide either this or bookingsCsv.
currencyNoCurrency symbol prefix, e.g. "¥".
periodEndNoLast date to analyse (YYYY-MM-DD). Defaults to the latest booking.
resourcesNoResources to include even when they have no bookings in the period.
scenariosYesConfigurations to compare. The first entry is treated as the baseline.
hourlyRateNoOptional hourly price, used to express dead time as an amount. No default.
bookingsCsvNoBookings as pasted CSV or TSV with a header row. Column names are matched in English and Japanese (start/end/resource/date/status, 開始時刻/終了時刻/部屋/日付/ステータス). A separate date column plus HH:mm times is supported.
periodStartNoFirst date to analyse (YYYY-MM-DD). Defaults to the earliest booking.
openingHoursYesOpening hours. Use "default" for the usual day and override individual weekdays as needed, e.g. {"default": [["09:00","22:00"]], "sun": [["10:00","18:00"]]}. Use "24:00" to close at midnight.
timezoneOffsetNoVenue timezone offset, used only for inputs that carry an explicit offset or "Z".+09:00
turnoverMinutesNoCleaning or changeover time required between two bookings.
minBookingMinutesNoShortest booking a customer is allowed to make.
slotGranularityMinutesNoAllowed booking start interval, measured from midnight (30 means :00 and :30).
Behavior5/5

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

Annotations already declare readOnlyHint and idempotentHint, but the description adds substantial behavioral context: the first scenario serves as baseline with every other scenario reporting delta, and the 'Important' note explains that recovered minutes are an upper bound and the tool deliberately does not pick a winner. This goes well beyond the annotations.

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 well-structured with clear sections: a lead purpose sentence, an example question, an 'Args' block, and an 'Important' callout. Every sentence earns its place; no filler or redundancy. It's longer than a single line, but the length is justified by the tool's complexity.

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?

With 13 parameters, nested objects, and no output schema, the description carries a heavy load. It covers the return format (comparison table with dead time, delta, fragmentation rate, optional hourlyRate valuation), the baseline behavior, and the upper-bound caveat. Combined with 100% schema coverage, this is complete for an agent to select and invoke the tool 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?

Schema coverage is 100%, so baseline is 3, but the description adds crucial semantics: the scenarios array structure with optional fields and fallback behavior ('Any omitted field falls back to the top-level setting'), and the baseline/delta interpretation. This is essential for correct invocation and interpretation beyond what the raw schema provides.

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 opens with a specific verb+resource: 'Re-run the gap analysis under several booking configurations and compare how much structural dead time each one produces.' This clearly distinguishes it from siblings like booking_gap_analyze (single analysis) and booking_gap_profile, and it includes a concrete example question ('if I allowed 30-minute bookings instead of 60...').

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 establishes clear context: it's for comparing configurations and answering 'what-if' questions. It references booking_gap_analyze for the input data, implying the single-analysis alternative. However, it does not explicitly state 'use this when you need to compare, use booking_gap_analyze when you need one configuration'—an explicit exclusion would earn a 5.

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/h-kazuki-pixel/booking-gap-mcp-server'

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