Skip to main content

Find Location By Name All Tenants

Snapshot Catalog Entry

This page is generated from broker tools/list snapshot data.

GETghl.find_location_by_name_all_tenants

Find locations by name/domain/email across all tenants.

Request Body

{
"jsonrpc": "2.0",
"id": "ghl-find-location-by-name-all-tenants-example",
"method": "tools/call",
"params": {
"name": "ghl.find_location_by_name_all_tenants",
"arguments": {
"query": "query_example",
"tenantIds": [],
"includeDetails": false
}
}
}

Arguments Schema

{
"type": "object",
"properties": {
"query": {
"type": "string"
},
"tenantIds": {
"type": "array",
"items": {
"type": "string"
}
},
"includeDetails": {
"type": "boolean"
}
},
"additionalProperties": false
}

Code Examples

curl -X POST 'https://madpanda3d.com/lab/mad-mcps/portal/api/mcp' \
-H 'Authorization: Bearer mad_live_***' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "ghl-find-location-by-name-all-tenants-example",
"method": "tools/call",
"params": {
"name": "ghl.find_location_by_name_all_tenants",
"arguments": {
"query": "query_example",
"tenantIds": [],
"includeDetails": false
}
}
}'

Example Responses

{
"ok": true,
"message": "Tool ghl.find_location_by_name_all_tenants executed successfully.",
"note": "Response shape varies by MCP tool. Inspect live responses for exact fields."
}