Skip to main content
Glama

TreePod Financial MCP Agent

by janetsep

calculate_tariff

Calculate booking tariffs based on season, number of guests, and booking channel using real configuration data for TreePod Glamping reservations.

Instructions

Calcula tarifas para reservas según temporada, personas y canal basado en configuración real

Input Schema

NameRequiredDescriptionDefault
checkin_dateYes
checkout_dateYes
guestsYes
channelNodirecto

Input Schema (JSON Schema)

{ "properties": { "channel": { "default": "directo", "type": "string" }, "checkin_date": { "type": "string" }, "checkout_date": { "type": "string" }, "guests": { "maximum": 4, "minimum": 1, "type": "number" } }, "required": [ "checkin_date", "checkout_date", "guests" ], "type": "object" }

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/janetsep/treepod-financial-mcp'

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