search_destiny_players_by_global_name
Pack: bungie · Endpoint: https://gateway.pipeworx.io/bungie/mcp
Search Bungie names.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
page | number | yes | |
display_name_prefix | string | yes |
Example call
curl -X POST https://gateway.pipeworx.io/bungie/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_destiny_players_by_global_name","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Bungie name search response"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"bungie": {
"url": "https://gateway.pipeworx.io/bungie/mcp"
}
}
}
See Getting Started for client-specific install steps.