Skip to main content
Glama
Odybook

Odybook MCP Server

Official
by Odybook

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ODYBOOK_API_KEYNoYour partner API key for protected routes like booking holds.
ODYBOOK_API_URLNoThe Odybook API endpoint.https://odybook.com/api

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_toursA

Search for public tours and experiences by location and date. This tool is public and does not require an API key.

check_availabilityA

Verify real-time availability and retrieve detailed pricing for a specific experience. This tool is public and does not require an API key.

create_booking_holdB

Initialize a temporary booking hold. Reserves capacity for a limited time. This tool requires a valid ODYBOOK_API_KEY.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

search_tours finds experiences, check_availability retrieves pricing/availability for a specific one, and create_booking_hold reserves capacity. These form a clear sequential pipeline with no semantic overlap.

Naming Consistency5/5

All three tools follow a consistent verb_noun snake_case pattern: search_, check_, create_. The naming style is uniform and predictable.

Tool Count5/5

Three tools is a well-scoped minimal set covering the core pre-booking workflow. Each tool serves a distinct, necessary step and none are redundant.

Completeness2/5

The set covers search, availability, and booking hold but stops there. There are no tools to confirm, retrieve, or cancel a booking, leaving the booking lifecycle incomplete and agents unable to complete a booking.

Maintenance

ActivityInactive
ResponsivenessNo issues