booking-gap MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| booking_gap_analyzeA | Measure the shape of idle time in a time-based booking calendar, not just the utilization rate. Two venues can both sit at 33% utilization while one has its idle time in long sellable blocks and the other has it scattered into slivers that can never be sold. This tool separates the two. It classifies every gap between bookings as either:
Args:
Returns a text report with utilization, sellable vs dead breakdown, fragmentation rate, a gap-length histogram, and a per-resource table. Scope: exclusive resources only (rooms, studios, meeting rooms, treatment beds). Pooled shared seating, where any free seat can absorb a booking, uses a different model and is not supported. Use when: "why is my utilization stuck", "how much of my empty time is actually sellable", "is my calendar fragmented". Don't use when: you want a recommended configuration — use booking_gap_simulate to compare options and decide yourself. |
| booking_gap_profileA | Show when structural dead time occurs, broken down by weekday and by hour of day. The total dead-time figure from booking_gap_analyze says how much is lost. This says where to look. Dead time concentrated in one weekday or one part of the day usually points at a specific booking pattern rather than a general problem. Gaps are distributed proportionally across the hours they span, so a 40-minute gap running 13:50-14:30 is attributed to both hours. Args: same as booking_gap_analyze, plus
Returns a text report with a weekday table, an hour-of-day bar chart, and the worst weekday x hour cells. Use when: "which days are worst", "when does the fragmentation happen". |
| booking_gap_simulateA | 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:
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. |
| booking_gap_list_deadA | List the individual gaps that are structurally unsellable, longest first, so the underlying bookings can be inspected. Use this after booking_gap_analyze when the aggregate number needs to be traced back to concrete dates and resources. Args: same as booking_gap_analyze, plus
Returns a table of date, weekday, time window, length and resource. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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