Skip to main content
Glama

DevHub CMS MCP

Official
by devhub

get_nearest_location

Find the closest DevHub CMS location using a business ID, latitude, and longitude for streamlined content management and administration.

Instructions

Get the nearest DevHub location

Args: business_id: DevHub Business ID associated with the location. Prompt the user for this ID latitude: Latitude of the location longitude: Longitude of the location

Input Schema

NameRequiredDescriptionDefault
business_idYes
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "properties": { "business_id": { "title": "Business Id", "type": "integer" }, "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" } }, "required": [ "business_id", "latitude", "longitude" ], "title": "get_nearest_locationArguments", "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/devhub/devhub-cms-mcp'

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