Skip to main content
Glama

DevHub CMS MCP

Official
by devhub

get_locations

Retrieve detailed location data for a business, including addresses, coordinates, and URLs, using the specified business ID.

Instructions

Get all locations for a business

Returns a list of locations with the following fields: - id: Location ID that can be used in the other tools - location_name: Location name - location_url: Location URL in DevHub - street: Street address - city: City - state: State - country: Country - postal_code: Postal code - lat: Latitude - lon: Longitude

Input Schema

NameRequiredDescriptionDefault
business_idYes

Input Schema (JSON Schema)

{ "properties": { "business_id": { "title": "Business Id", "type": "integer" } }, "required": [ "business_id" ], "title": "get_locationsArguments", "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