Skip to main content
Glama

API-Market MCP Server

by Noveum

Search_for_places_by_text

Locate places by entering a text query, with options to specify language and geographic bounds, using the API-Market MCP Server for precise search results.

Instructions

Search for places by text string

Input Schema

NameRequiredDescriptionDefault
boundsNoThe bounding box for results preference. Format: south,west,north,east. Coordinates: decimal degrees.
languageNoThe two-letter language code in which to return results (ISO 639-1)
textYesA text string on which to search

Input Schema (JSON Schema)

{ "properties": { "bounds": { "description": "The bounding box for results preference. Format: south,west,north,east. Coordinates: decimal degrees.", "type": "string" }, "language": { "description": "The two-letter language code in which to return results (ISO 639-1)", "type": "string" }, "text": { "description": "A text string on which to search", "type": "string" } }, "required": [ "text" ], "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/Noveum/api-market-mcp-server'

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