Execute multiple GPS queries in a single call. Reduces round-trip overhead when you need several pieces of information at once. Supports up to 20 read-only operations per bundle.
The gpsource gps_bundle MCP tool executes multiple read-only queries in
a single call, reducing round-trip overhead for complex information gathering.
Use the gps_bundle MCP tool:
{
"operations": [
{"tool": "gps_status"},
{"tool": "gps_locate", "arguments": {"symbol_name": "UserService"}},
{"tool": "gps_hot", "arguments": {"limit": 5}},
{"tool": "gps_tree"}
]
}
[
{"tool": "gps_status", "result": {"content": "...", "isError": false}},
{"tool": "gps_locate", "result": {"content": "...", "isError": false}},
{"tool": "gps_hot", "result": {"content": "...", "isError": false}},
{"tool": "gps_tree", "result": {"content": "...", "isError": false}}
]
Only read-only tools are allowed in bundles:
gps_status, gps_locate, gps_neighborhood, gps_summarygps_tree, gps_read, gps_hotgps_search, gps_word, gps_changesgps_status + gps_tree + gps_hot for full contextgps_locate + gps_neighborhood + gps_read for comprehensive info