describe_toolset
Get complete schemas for any toolset on a game instance, including the bridge's own tools and passthrough instructions for unpublished game commands.
Instructions
Full schemas for the tools in one toolset on one instance. 'bridge' is the toolset this bridge adds itself; 'passthrough' explains how to send commands the game has not published.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Toolset name, 'bridge', or 'passthrough' | |
| 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. |