Skip to main content
Glama

maps_around_search

Search for points of interest within a specified radius using location coordinates and keywords to find nearby businesses, landmarks, and services.

Instructions

周边搜,根据用户传入关键词以及坐标location,搜索出radius半径范围的POI

Input Schema

NameRequiredDescriptionDefault
locationYes
radiusNo1000
keywordsNo

Input Schema (JSON Schema)

{ "properties": { "keywords": { "default": "", "title": "Keywords", "type": "string" }, "location": { "title": "Location", "type": "string" }, "radius": { "default": "1000", "title": "Radius", "type": "string" } }, "required": [ "location" ], "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/sugarforever/amap-mcp-server'

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