Skip to main content
Glama

MCP Server Boilerplate

place-details

Retrieve comprehensive details about a specific location using its Google Place ID, enabling integration with AI assistants and custom tools for location-based insights.

Instructions

Get detailed information about a specific place

Input Schema

NameRequiredDescriptionDefault
place_idYesThe Google Place ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "place_id": { "description": "The Google Place ID", "type": "string" } }, "required": [ "place_id" ], "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/CaptainCrouton89/maps-mcp'

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