Skip to main content
Glama

Cox's Bazar AI Itinerary MCP Server

by code4mk

get_activity_suggestions

Generate personalized activity recommendations for Cox's Bazar based on current temperature and time of day to optimize your travel itinerary.

Instructions

Suggest activities based on temperature and time of day.

Args: temperature: Temperature in Celsius time_of_day: "morning", "afternoon", or "evening"

Returns: List of suggested activities

Input Schema

NameRequiredDescriptionDefault
temperatureYes
time_of_dayNoafternoon

Input Schema (JSON Schema)

{ "properties": { "temperature": { "title": "Temperature", "type": "number" }, "time_of_day": { "default": "afternoon", "title": "Time Of Day", "type": "string" } }, "required": [ "temperature" ], "type": "object" }

Other Tools from Cox's Bazar AI Itinerary MCP Server

Related Tools

    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/code4mk/coxs-bazar-itinerary-mcp-server'

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