list_toolsets
Discover the toolsets published by a game instance on a given debug port. Start here to see available tool groups, then use describe_toolset and call_tool to interact with them.
Instructions
List the toolsets one instance publishes, as that instance describes itself. Different ports can legitimately return different lists. Start here, then describe_toolset, then call_tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Debug port of the game instance to talk to. Defaults to the bridge's --port, then GAME_BRIDGE_PORT, then 7777. launch_instance returns one; list_instances finds the rest. |