Skip to main content

Agency Search Users

Snapshot Catalog Entry

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

Agency Capability Required

Requires agency capability verification.

POSTghl.agency_search_users

Agency-only GHL operation. Requires agency capability verification.

Request Body

{
"jsonrpc": "2.0",
"id": "ghl-agency-search-users-example",
"method": "tools/call",
"params": {
"name": "ghl.agency_search_users",
"arguments": {}
}
}

Arguments Schema

{
"type": "object",
"additionalProperties": true
}

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-agency-search-users-example",
"method": "tools/call",
"params": {
"name": "ghl.agency_search_users",
"arguments": {}
}
}'

Example Responses

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