Caboo
Server Details
Find local services, read availability, and create short-lived booking holds.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
- Changed
book_get_availability1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
book_get_booking_status1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
book_hold_slot4 fields changed- added
Input schema / properties / expiresNoteAdded value: +{ + "description": "Copy this exact value from the chosen availability slot's expiresNote: \"held for ~10 minutes\". It makes the approval card explain the short hold lifetime before machine ids.", + "enum": [ + "held for ~10 minutes" + ], + "type": "string" +} - added
Input schema / properties / holdLabelAdded value: +{ + "description": "The exact human-readable booking sentence from the chosen book_get_availability slot's holdLabel. It must describe this slug, serviceKey, and slotId; Caboo rejects mismatches before creating a hold.", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "slug", - "serviceKey", - "slotId" -]New value: +[ + "holdLabel", + "expiresNote", + "slug", + "serviceKey", + "slotId" +] - changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
book_list_services1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
get_provider1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
search_providers1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
6 tool updates
- Changed
book_get_availability1 field changed- changed
Output schema / (root)Previous value: -{ - "additionalProperties": true, - "properties": { - "summary": { - "description": "A one-sentence human-readable result summary, also returned as the first text content item.", - "type": "string" - } - }, - "required": [ - "summary" - ], - "type": "object" -}New value: +null
- Changed
book_get_booking_status1 field changed- changed
Output schema / (root)Previous value: -{ - "additionalProperties": true, - "properties": { - "summary": { - "description": "A one-sentence human-readable result summary, also returned as the first text content item.", - "type": "string" - } - }, - "required": [ - "summary" - ], - "type": "object" -}New value: +null
- Changed
book_hold_slot4 fields changed- removed
Input schema / properties / expiresNoteRemoved value: -{ - "description": "Copy this exact value from the chosen availability slot's expiresNote: \"held for ~10 minutes\". It makes the approval card explain the short hold lifetime before machine ids.", - "enum": [ - "held for ~10 minutes" - ], - "type": "string" -} - removed
Input schema / properties / holdLabelRemoved value: -{ - "description": "The exact human-readable booking sentence from the chosen book_get_availability slot's holdLabel. It must describe this slug, serviceKey, and slotId; Caboo rejects mismatches before creating a hold.", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "holdLabel", - "expiresNote", - "slug", - "serviceKey", - "slotId" -]New value: +[ + "slug", + "serviceKey", + "slotId" +] - changed
Output schema / (root)Previous value: -{ - "additionalProperties": true, - "properties": { - "summary": { - "description": "A one-sentence human-readable result summary, also returned as the first text content item.", - "type": "string" - } - }, - "required": [ - "summary" - ], - "type": "object" -}New value: +null
- Changed
book_list_services1 field changed- changed
Output schema / (root)Previous value: -{ - "additionalProperties": true, - "properties": { - "summary": { - "description": "A one-sentence human-readable result summary, also returned as the first text content item.", - "type": "string" - } - }, - "required": [ - "summary" - ], - "type": "object" -}New value: +null
- Changed
get_provider1 field changed- changed
Output schema / (root)Previous value: -{ - "additionalProperties": true, - "properties": { - "summary": { - "description": "A one-sentence human-readable result summary, also returned as the first text content item.", - "type": "string" - } - }, - "required": [ - "summary" - ], - "type": "object" -}New value: +null
- Changed
search_providers1 field changed- changed
Output schema / (root)Previous value: -{ - "additionalProperties": true, - "properties": { - "summary": { - "description": "A one-sentence human-readable result summary, also returned as the first text content item.", - "type": "string" - } - }, - "required": [ - "summary" - ], - "type": "object" -}New value: +null
1 tool update
- Changed
book_hold_slot2 fields changed- added
Input schema / properties / expiresNoteAdded value: +{ + "description": "Copy this exact value from the chosen availability slot's expiresNote: \"held for ~10 minutes\". It makes the approval card explain the short hold lifetime before machine ids.", + "enum": [ + "held for ~10 minutes" + ], + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "holdLabel", - "slug", - "serviceKey", - "slotId" -]New value: +[ + "holdLabel", + "expiresNote", + "slug", + "serviceKey", + "slotId" +]
6 tool updates
- Changed
book_get_availability1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
book_get_booking_status1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
book_hold_slot3 fields changed- added
Input schema / properties / holdLabelAdded value: +{ + "description": "The exact human-readable booking sentence from the chosen book_get_availability slot's holdLabel. It must describe this slug, serviceKey, and slotId; Caboo rejects mismatches before creating a hold.", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "slug", - "serviceKey", - "slotId" -]New value: +[ + "holdLabel", + "slug", + "serviceKey", + "slotId" +] - changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
book_list_services1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
get_provider1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
- Changed
search_providers1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "summary": { + "description": "A one-sentence human-readable result summary, also returned as the first text content item.", + "type": "string" + } + }, + "required": [ + "summary" + ], + "type": "object" +}
6 tool updates
- First observed
book_get_availability - First observed
book_get_booking_status - First observed
book_hold_slot - First observed
book_list_services - First observed
get_provider - First observed
search_providers
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Discover local services and availability, then create, track, reschedule, or cancel bookings.
Find participating local service providers and book live appointment times.
Find, compare, and book local service businesses: live availability, prices, reviews, booking.
Verified local businesses, bookable by AI agents: services, prices, availability and appointments.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search for businesses, check availability and pricing, and book appointments after user confirmation through trusted WebMCP tools.417MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to search local businesses, check real-time availability, and create instantly confirmed bookings for tables, appointments, or classes without an API key.5MIT

@qasperai/mcp-serverofficial
AlicenseAqualityCmaintenanceEnables AI assistants to discover and book local service businesses like barbers, plumbers, and mechanics directly through MCP-compatible tools.9108MIT- FlicenseNot gradedqualityDmaintenanceEnables users to query real-time reservation availability for Naver Booking places in Korea, including beauty salons, restaurants, and other categories.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a distinct purpose: searching, profiling, listing services, checking availability, holding slots, and checking booking status. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern with underscores, e.g., book_get_availability, book_hold_slot, search_providers. Slight variation in prefix does not hinder clarity.
Six tools cover the full booking workflow without redundancy or excess. Each tool serves a necessary step in the process.
The tool set covers the entire booking flow from discovery to confirmation, including error handling with alternative slots. No obvious gaps for the stated purpose.