Skip to main content
Glama

Travel Planner MCP Server

search_attractions

Find attractions and points of interest in a specified location, filtering by categories and radius. Ideal for travel planning and exploring nearby destinations.

Instructions

Searches for attractions and points of interest in a specified location

Input Schema

NameRequiredDescriptionDefault
categoriesNoCategories of attractions
locationYesLocation to search attractions
radiusNoSearch radius in meters

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categories": { "description": "Categories of attractions", "items": { "type": "string" }, "type": "array" }, "location": { "description": "Location to search attractions", "type": "string" }, "radius": { "description": "Search radius in meters", "type": "number" } }, "required": [ "location" ], "type": "object" }

You must be authenticated.

Other Tools from Travel Planner 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/GongRzhe/TRAVEL-PLANNER-MCP-Server'

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