Campertunity MCP Server

Official
by campertunity

place-book

Book camping spots by specifying place ID, dates, and group size (adults & children). Submit details to secure reservations conveniently.

Input Schema

NameRequiredDescriptionDefault
adultsNoNumber of adults. Default is 1.
childrenNoNumber of children. Default is 0.
endDateNoThe end date of the booking. Format: YYYY-MM-DD
placeIdYesThe id of the place to book.
startDateNoThe start date of the booking. Format: YYYY-MM-DD

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "adults": { "default": 1, "description": "Number of adults. Default is 1.", "type": "number" }, "children": { "default": 0, "description": "Number of children. Default is 0.", "type": "number" }, "endDate": { "description": "The end date of the booking. Format: YYYY-MM-DD", "type": "string" }, "placeId": { "description": "The id of the place to book.", "type": "string" }, "startDate": { "description": "The start date of the booking. Format: YYYY-MM-DD", "type": "string" } }, "required": [ "placeId" ], "type": "object" }

You must be authenticated.

Other Tools from Campertunity MCP Server

Related Tools

ID: 0u8lgomys0